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
I found a case where trying to apply (-) to a closure produces a segfault.
It's a silly program, but I did accidentally write it. I figure it should give a type error, not a segfault.
Hi,
I found a case where trying to apply (-) to a closure produces a segfault.
It's a silly program, but I did accidentally write it. I figure it should give a type error, not a segfault.
The fact that there is a let-bound closure variable referring to a lambda is interesting: it doesn't segfault if I change it to a number.
If I run the extempore in lldb, I get this information.
I can only guess, maybe it's printing the type error and doing something bad.
This is with master extempore on OSX.
The text was updated successfully, but these errors were encountered: