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
Eliminating pretend-decreasing (which the docs state is unsafe) doesn't solve the issue. Interestingly, if I switch shuffle so it doesn't use the result of rnd-step.rnd, the failure goes away. Removing the call to sort also fixes the failure, so I suspect the issue is happening because of some interaction between the two.
I've noticed that clearing the build folder (.koka) and rebuilding causes this problem to go away on the first recompile. This makes me think that it has something to do with the incremental building / interface files and maybe the inline specialization.
The following code works with
-O0
, but fails at-O1
and above:The error is:
Eliminating
pretend-decreasing
(which the docs state is unsafe) doesn't solve the issue. Interestingly, if I switchshuffle
so it doesn't use the result ofrnd-step.rnd
, the failure goes away. Removing the call tosort
also fixes the failure, so I suspect the issue is happening because of some interaction between the two.My configuration's details:
The text was updated successfully, but these errors were encountered: