You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both tests leak bytearrays. This comes down to a similar issue with array allocations that we've had for a long time. Several wrapper functions call the semi-internal allocation function (...array_new) directly, but the allocated objects never get erased.
I'm still not sure how we want to fix this in the long term. We must make it a lot clearer which (C) functions are internal and could leak, so we don't use them accidentally.
In #705, we disabled two of the tests because of Valgrind problems:
effekt/effekt/jvm/src/test/scala/effekt/StdlibTests.scala
Lines 49 to 50 in c6e2202
It would be nice to get them working again. :)
The text was updated successfully, but these errors were encountered: