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

deprecated syntax in 0.3 now raises an error in 0.4 #8607

Merged
merged 1 commit into from
Oct 7, 2014

Conversation

jakebolewski
Copy link
Member

Example output

julia> a = rand(10,10);

julia> a[1:]
ERROR: syntax: missing last argument in "1:" range expression

julia> a[1:2:]
ERROR: syntax: missing last argument in "1:2:" range expression

julia> a[(1+1):]
ERROR: syntax: missing last argument in "+(1,1):" range expression

jakebolewski added a commit that referenced this pull request Oct 7, 2014
deprecated syntax in 0.3 now raises an error in 0.4
@jakebolewski jakebolewski merged commit f5090c0 into master Oct 7, 2014
This was referenced Oct 8, 2014
@IainNZ
Copy link
Member

IainNZ commented Oct 8, 2014

Most of these linked issues are actually really due to #8521 but a good number have the range issue too.

@JeffBezanson JeffBezanson deleted the jcb/rmdepsyntax branch October 25, 2014 17:28
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 this pull request may close these issues.

None yet

2 participants