streamly/test/Streamly/Test/Data
Harendra Kumar e2dbbff473 Fix unsafe use of FFI for unpinned arrays
Pass the MutableByteArray# directly to the FFI functions to avoid
garbage collector moving it between the time we get a pointer and then
call the FFI function.
2024-08-02 22:08:54 +05:30
..
Array Deprecate functions new* and write* functions in Array modules 2024-07-19 03:08:10 +05:30
Fold Add window prefix to combinators in Fold.Window module (#2517) 2023-08-11 10:17:59 +05:30
Ring Rename some internal functions respecting the array standards 2024-07-19 03:08:10 +05:30
Serialize Fix hlint issues in tests 2023-12-21 17:17:52 +05:30
Stream Add low rate examples, maxYields support in rate test 2024-02-18 03:11:57 +05:30
Unbox Rename peekByteIndex/pokeByteIndex to peekAt/pokeAt 2023-11-26 01:57:10 +05:30
Array.hs Fix unsafe use of FFI for unpinned arrays 2024-08-02 22:08:54 +05:30
Fold.hs Fix hlint issues in tests 2023-12-21 17:17:52 +05:30
List.hs Remove the Monad instance from SerialT/Stream type 2022-11-20 17:20:06 +05:30
MutArray.hs Deprecate functions new* and write* functions in Array modules 2024-07-19 03:08:10 +05:30
Parser.hs Deprecate functions new* and write* functions in Array modules 2024-07-19 03:08:10 +05:30
ParserK.hs Fix a ParserK to ParserD conversion bug 2024-08-02 17:10:54 +05:30
Serialize.hs Fix hlint for the Serialize test file 2024-05-02 13:38:10 +05:30
SmallArray.hs Deprecate Streamly.Prelude & S.Internal.Data.Stream.IsStream.* 2022-10-21 02:07:24 +05:30
Stream.hs Expose groupsOf from Data.Stream (#2372) 2023-07-04 23:07:43 +05:30
Unbox.hs Fix unused imports for ghc-9.10 2024-07-21 03:18:21 +05:30
Unfold.hs Import Data.Stream instead of Data.Stream.StreamD 2023-07-22 23:00:40 +05:30