We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JuliaLang/julia#8599
The text was updated successfully, but these errors were encountered:
escalate 0.4 nested vect to WARN
94d5357
[[1,2],[3,4]] is to be deprecated [[1,2];[3,4]] or [[1;2];[3;4]] are preferable
I don't think there is anything actionable here, since Lint deals with this correctly.
Sorry, something went wrong.
I stand corrected. We need to stop throwing a linter error in this case, because [[1, 2], [3, 4]] is now valid in 0.5+.
[[1, 2], [3, 4]]
Successfully merging a pull request may close this issue.
JuliaLang/julia#8599
The text was updated successfully, but these errors were encountered: