streamly icon indicating copy to clipboard operation
streamly copied to clipboard

High performance, concurrent functional programming abstractions

Results 418 streamly issues
Sort by recently updated
recently updated
newest added

The information is currently obsolete. Update it with the usage of `test-runner` instead of `test.sh`

type:maintenance
type:testing

See https://github.com/composewell/streamly/pull/1176

type:testing
aspect:streams

PR : https://github.com/composewell/streamly/pull/1038

type:testing
aspect:streams

For the 0.9.0 release. Make a list of those that do not have tests.

type:testing

We can run something like this on all .hs files: ``` awk '{if (length($0) > 79) {print "Line length exceeds 79: " length($0); print $0; exit 1;}}' ``` We can...

type:maintenance

For my shell, I had to replace `packcheck.sh` with `./packcheck.sh` in `run-ci.sh` to work. We can download it to a temporary location and get the absolute path.

type:testing

Implement "split" operation: ``` split :: Monad m => Fold m x a -> Fold m x b -> Fold m x (a, b) ```

aspect:folds