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
There seems to be an issue involving parsing variable $_ in the recent Mettalog commits. Interpreter silently stops working right after expression that has $_, no errors or outputs.
Example
!(SIGNPOST 1)
(foo $_)
!(SIGNPOST 2)
only gives [(SIGNPOST 1)]
The text was updated successfully, but these errors were encountered:
It took me almost half a day to narrow down the bug... It seems to be working now. Mostly likely it's fully resolved given the fix. But I'll leave it open for a couple days or two to test larger scripts and see if any other weirdness comes up.
There seems to be an issue involving parsing variable
$_
in the recent Mettalog commits. Interpreter silently stops working right after expression that has$_
, no errors or outputs.Example
only gives
[(SIGNPOST 1)]
The text was updated successfully, but these errors were encountered: