composewell / streamly

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

Test the windowed folds when the window is not full #2603

Open adithyaov opened 9 months ago

adithyaov commented 9 months ago

We already have most test cases in Streamly.Test.Data.Fold.Window. We need to also test the functions in case the window is not full.

One bug caught: https://github.com/composewell/streamly/pull/2602