Harendra Kumar
Harendra Kumar
We can add new APIs `unsafeAsPtrIO` to use IO monad directly, as we already have unsafeAsPtr.
Perhaps the `manyTill` parser is the right solution for this?
Scanr remains highly experimental, we have the Scanl module now for scan composition.
When we are deserializing we can throw `DeserializeUnderflow` and when serializing `SerializeOverflow`. SerializeOverflow can be useful to re-allocate only if we overflow.
Should we do the same for `Unbox` as well?
For openFile we can open an fd directly using the system call and use fdToHandle to convert it to Handle. We do a similar thing in the Linux fsevent module.
Downloading it in this script is a very heavy solution for this. This script assumes you have packcheck.sh in your PATH. Add the script location in your PATH, and it...
See https://github.com/composewell/streamly/pull/2328. The following modules require similar doctest changes: * FileSystem modules * Unicode modules * All of `streamly` package modules
1. We need this only for exposed modules. 2. We should not combine setup of multiple exposed modules together. 3. The DocTest include filenames should be based on the module...
More details needed, does it not work at all?