-
Notifications
You must be signed in to change notification settings - Fork 36
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
Parsing input error for test/show.jl
in julia repo
#107
Comments
Hi, I can't replicate this on my system probably meaning this is fixed on the |
I should mention this was with a checkout of 1.3.0-rc4 but it looks like with the most recent version of the file and v1.0.0 it still errors. |
still errors with v1.1.0 |
This is due to JuliaLang/julia#32408, I'm having a look |
#118 is a WIP fix for this but it will require careful handling within StaticLint/LanguageServer. I'm tempted to leave this until the next LS release so I can think about this |
Sounds good, I moved it to the next milestone! |
This is fixed on CSTParser#master, the next release should be pretty soon |
While trying out formatting on the entire julia repo, I encountered a file, test/show.jl which CSTParser cannot parse.
The formatter checks if the input can be parsed before proceeding.
https://github.com/domluna/JuliaFormatter.jl/blob/577138b80e5f40a61e695e55c723a10492779b6d/src/JuliaFormatter.jl#L214-L215
This is the only file in the entire julia repo where this occurs.
The text was updated successfully, but these errors were encountered: