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
#3150 would fix this. Workaround for now is to store the value of @__FILE__ in a variable:
f = @__FILE__
`$f`
Another way to fix this is to pass __source__ from the cmd macro into shell_parse, and have it set the current source file to that when it calls parse.
This used to work on 0.6
The text was updated successfully, but these errors were encountered: