effekt-lang / effekt

A language with lexical effect handlers and lightweight effect polymorphism
https://effekt-lang.org
MIT License
335 stars 24 forks source link

Fix Valgrind issues in 'stream' examples #715

Open jiribenes opened 6 days ago

jiribenes commented 6 days ago

In #705, we disabled two of the tests because of Valgrind problems: https://github.com/effekt-lang/effekt/blob/c6e22028de6206ac68508c3717ef42226253b046/effekt/jvm/src/test/scala/effekt/StdlibTests.scala#L49-L50

It would be nice to get them working again. :)