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

E424 : nested vect is treated as a 1-dimensional array. Use [a;b] instead #195

Closed
TeroFrondelius opened this issue Feb 21, 2017 · 1 comment · Fixed by #179
Closed

E424 : nested vect is treated as a 1-dimensional array. Use [a;b] instead #195

TeroFrondelius opened this issue Feb 21, 2017 · 1 comment · Fixed by #179

Comments

@TeroFrondelius
Copy link
Contributor

julia> lintfile("filename.jl","[[1,1],[1,2]]")
filename.jl:1 E424 : nested vect is treated as a 1-dimensional array. Use [a;b] instead


julia> lintfile("filename.jl","Array[[1,1],[1,2]]")


julia> 
@TotalVerb
Copy link
Collaborator

This is already fixed by #179. I'll get around to rebasing that and getting it ready to merge soon.

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