composewell / streamly

High performance, concurrent functional programming abstractions
https://streamly.composewell.com
Other
849 stars 63 forks source link

Add pipeChunks transformation function #2740

Closed hezhenxing closed 2 months ago

hezhenxing commented 2 months ago

Add pipeChunks function to do transformation on chunks.

harendra-kumar commented 2 months ago

@hezhenxing can you please fix the GHC 9.8.1-Werror CI, name shadowing warning.

hezhenxing commented 2 months ago

OK, will work on it

hezhenxing commented 2 months ago

Fixed the GHC 9.8.1-Werror CI.

hezhenxing commented 2 months ago

Can this be merge now, or are there other CI failures need to be fixed?