Commit Graph

2890 Commits

Author SHA1 Message Date
Harendra Kumar
f41693f01c Bump versions of transformers and tasty-bench 2021-11-26 03:54:22 +05:30
Adithya Kumar
a05abfc3e5 Remove a redundant task in the release checklist 2021-11-25 02:23:37 +05:30
adithyaov
fb5cc5401c Bump the package version to 0.8.1 in the docs 2021-11-24 10:31:42 +05:30
adithyaov
e634a8b39d Bump the package version to 0.8.1 in the bash scripts 2021-11-24 10:31:42 +05:30
adithyaov
8c1c199a56 Bump the package version to 0.8.1 in the cabal file 2021-11-24 10:31:42 +05:30
adithyaov
8a354e8ea2 Change the Unreleased section to 0.8.1 in the changelog 2021-11-24 10:31:42 +05:30
adithyaov
1dfffbf184 Bump the package version in configure.ac and run autoreconf 2021-11-24 10:31:42 +05:30
adithyaov
e4af5581de Add all the contributors for the new release 2021-11-24 10:31:42 +05:30
adithyaov
aab854e5cb Ignore work files even in sub directories 2021-11-24 10:31:42 +05:30
adithyaov
592897d146 Fix a few filenames in the release checklist 2021-11-24 10:31:42 +05:30
adithyaov
868d37115f Update distributions tested with 2021-11-24 10:31:42 +05:30
Adithya Kumar
e761693241 Update the Changelog mentioning Fold2 to Refold change 2021-11-23 18:42:48 +05:30
Adithya Kumar
a23869f72f Update the Changelog mentioning the internal tapAsync changes 2021-11-23 18:42:48 +05:30
Adithya Kumar
bc5617fc5c Ignore hlint on benchmark/Streamly/Benchmark/Prelude/ZipSerial.hs 2021-11-23 18:42:48 +05:30
Adithya Kumar
4e1b05870c Bump the upper version of unicode-data 2021-11-23 18:42:48 +05:30
Adithya Kumar
b115a50a13 Update the stack resolver to the latest LTS 2021-11-23 18:42:48 +05:30
Adithya Kumar
ac1b895bbf Reclassify concatStreamsWithInterleave benchmarks as o_n_space 2021-11-23 18:42:48 +05:30
Adithya Kumar
96fea1e537 Reclassify concatPairWith zipping benchmarks under o-n-heap 2021-11-23 18:42:48 +05:30
Adithya Kumar
c3620cf008 Reclassify concatPairWith benchmarks under o-n-space 2021-11-23 18:42:48 +05:30
Adithya Kumar
7dcc5699ff Update tested GHC versions to the latest minor releases 2021-11-23 18:42:48 +05:30
Harendra Kumar
446d485494 Add API diff 0.8.0 vs 0.8.1 generated by cabal-diff 2021-11-19 23:46:41 +05:30
Adithya Kumar
a919e69b89 Change the order of type vars for the sanity of type applications 2021-11-18 17:11:24 +05:30
Adithya Kumar
cfcf26d054 Ignore a GHC warning for the time being to please the CIs 2021-11-18 17:11:24 +05:30
Adithya Kumar
13f361a606 Add back the Monad constraint in mergeBy 2021-11-18 17:11:24 +05:30
Adithya Kumar
05360d2a64 Fix UCE_C_MALLOC build 2021-11-17 12:55:57 +05:30
Adithya Kumar
05bf4fe4b8 Fix dev build 2021-11-17 12:55:57 +05:30
Adithya Kumar
ec9c727add Add "Roadmap.link" that should act like a redirect after rendering 2021-11-16 02:13:37 +05:30
Adithya Kumar
d35ad7b791 Update building.md with GHC 9.2 having performance issue 2021-11-16 02:13:37 +05:30
Adithya Kumar
e629a34c1a Remove stale info in the tutorial 2021-11-16 02:13:37 +05:30
Adithya Kumar
5d34729a39 Fix a minor formatting error 2021-11-16 02:13:37 +05:30
Adithya Kumar
a09f464270 Rename Gabriel to Gabriella in the README 2021-11-16 02:13:37 +05:30
Adithya Kumar
419dffd99d Add a CI for GHC 9.2.1 2021-11-14 21:42:39 +05:30
Adithya Kumar
8a924a1782 Bump ghc-prim upper bound 2021-11-14 21:42:39 +05:30
Harendra Kumar
0869165680 Fix #1332 and change default config
fixes #1332
Changes default config to use non-recursive watch as recursive watch has
some issues on Linux and therefore not included in the common module.
2021-11-14 12:31:48 +05:30
Harendra Kumar
4512fa476f Overhaul file system event testing
Remove watchRecursive from common fs event module as this is unreliable
on Linux platform.

Change default config to use non-recursive watch to make it same as the
behavior of the common module.
2021-11-14 12:31:48 +05:30
Harendra Kumar
bb74cdd2a6 Fix hlint in file system event darwin module 2021-11-14 12:31:48 +05:30
Harendra Kumar
5aae2e5a1a Review and make changes to file system events modules 2021-11-14 12:31:48 +05:30
Harendra Kumar
e8fbfa8d31 Fix windows/linux builds 2021-11-14 12:31:48 +05:30
Harendra Kumar
99f18f2fd7 Fix hlint for fs events module 2021-11-14 12:31:48 +05:30
Ranjeet Kumar Ranjan
212559e9d5 Seperate platform specific Events 2021-11-14 12:31:48 +05:30
Ranjeet Kumar Ranjan
6b0b50207b Fix docs and enable test cases for common FS Event module 2021-11-14 12:31:48 +05:30
Harendra Kumar
a9589afc3a Cleanup the API and add documentation 2021-11-14 12:31:48 +05:30
Ranjeet Kumar Ranjan
3b8932e74c Implement common FS events
Fix mac compile issue

Redue lower version of filepath

Fix review comments

 Fix Mac compile issue

Fix review comments
2021-11-14 12:31:48 +05:30
Adithya Kumar
85b328aac6 Use ReadUState in unsafeRead intead of a ForeignPtr 2021-11-14 12:31:14 +05:30
Adithya Kumar
311f8b0c1d Remove all unsafe IO from Array.Foreign.Mut.Type 2021-11-14 12:31:14 +05:30
Ranjeet Kumar Ranjan
b06596fcc9 Add strip API to Array 2021-11-09 22:54:43 +05:30
Harendra Kumar
409a3d85e3 Add an array contents touch in arraysOf 2021-11-09 22:50:11 +05:30
Harendra Kumar
7058622403 Add the chunksOfTimeout combinator 2021-11-09 22:48:43 +05:30
Harendra Kumar
ae1d8b1404 Add framing/buffering of streams using Maybe 2021-11-09 22:48:43 +05:30
Harendra Kumar
09d4257c68 Implement readChunksWithBufferOf idiomatically 2021-11-08 00:06:28 +05:30