Skip to content
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

Adapt to the new [ a, b ] non-concat behavior #81

Closed
tonyhffong opened this issue Feb 10, 2015 · 2 comments · Fixed by #179
Closed

Adapt to the new [ a, b ] non-concat behavior #81

tonyhffong opened this issue Feb 10, 2015 · 2 comments · Fixed by #179

Comments

@tonyhffong
Copy link
Owner

JuliaLang/julia#8599

tonyhffong referenced this issue Feb 10, 2015
[[1,2],[3,4]] is to be deprecated
[[1,2];[3,4]] or [[1;2];[3;4]] are preferable
@TotalVerb
Copy link
Collaborator

I don't think there is anything actionable here, since Lint deals with this correctly.

@TotalVerb
Copy link
Collaborator

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+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants