gleam-lang / stdlib

🎁 Gleam's standard library
https://hexdocs.pm/gleam_stdlib/
Apache License 2.0
492 stars 175 forks source link

Fix infinite recursion loop in `list.window` when `by` is 0 #613

Closed GioeleBucci closed 5 months ago

GioeleBucci commented 5 months ago
GioeleBucci commented 5 months ago

I moved the n check as suggested and added an extra test, should be good to go now!

GioeleBucci commented 5 months ago

done!