-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current filename not cleared in parser #14658
Comments
We should retire the |
I should also note that this is most likely a regression as the JuliaParser expect the filename to be cleared. |
Do you have a quick workaround? I'd like to do some experiments with JuliaParser.jl and it would be good if I can get the tests passing first. |
|
Even better, wrap the body of |
Should be fixed by #14707 |
Note the presence of a line number node, even though the parser has no idea where the string is from.
The text was updated successfully, but these errors were encountered: