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
…metimes place fully applied builtins that could evaluate and fail above where they were actually used. This happened with builtins that were called with the same constants enough times for the curry builtin to try hoist to a higher scope. This is now fixed by detecting which builtins are safe to evaluate in advance before we hoist fully applied builtins
What Git revision are you using?
aiken v1.0.26-alpha+a3c14d8
What operating system are you using, and which version?
nixos
Describe what the problem is?
MRE: https://github.com/waalge/mre-fuzz-fail/
What should be the expected behavior?
Not this
The text was updated successfully, but these errors were encountered: