-
Notifications
You must be signed in to change notification settings - Fork 33
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
Tests fail on Julia 0.7 #252
Comments
It also fails in Julia 1.0
|
Tests also failing for me, using Julia 1.0.
|
Hope to see this resolved soon. |
Doesn't seem to work on 0.7. Trying to
|
I had a look at the package code and saw that are some pieces of code that need to be updated to 0.7 new syntaxes. Things like Nullables, the syntax for parametric methods, and maybe more. Unfortunately, I'm not very proficient in Julia, so if I try to fix I may do some bad changes. I'll try to fix it locally and if I succeed I'll open a PR. |
Thanks, I have had very little time to maintain this package lately. I'll be happy to review any PRs if you have them. |
Just wanted to mention that there is a similar package https://github.com/ZacLN/StaticLint.jl that works for versions 0.7/1.0 and is a part of the VSCode extension, together with the language server. It's still under active development though and can be unstable with 0.7/1.0. |
I have also tried to fix this for 1.0, but it is turning out to be quite a challenge for my newbie Julia skills. I'm not sure I trust some of my changes, but I'll post the diff here just in case you find it useful: https://github.com/tonyhffong/Lint.jl/compare/master...richiejp:v1.0-fixes?expand=1 I have at least managed to get the module to precompile and some of the tests to pass. |
Lint.jl needs some updating:
The text was updated successfully, but these errors were encountered: