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

Out of date printing of vcat #15525

Closed
yuyichao opened this issue Mar 15, 2016 · 0 comments
Closed

Out of date printing of vcat #15525

yuyichao opened this issue Mar 15, 2016 · 0 comments

Comments

@yuyichao
Copy link
Contributor

The printing of Expr(:vcat) is still using the deprecated syntax.

julia> :([1:a;])
:([1:a])

julia> :([1:a; 1:b])
:([1:a,1:b])
yuyichao added a commit that referenced this issue Mar 16, 2016
yuyichao added a commit that referenced this issue Mar 16, 2016
dfdx pushed a commit to dfdx/julia that referenced this issue Mar 19, 2016
tkelman pushed a commit that referenced this issue Jun 17, 2016
Closes #15525

(cherry picked from commit e8d2b02)
ref #15527
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

No branches or pull requests

1 participant