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

disable unsafe 'end' syntax #748

Merged
merged 1 commit into from
Apr 29, 2016
Merged

disable unsafe 'end' syntax #748

merged 1 commit into from
Apr 29, 2016

Conversation

mlubin
Copy link
Member

@mlubin mlubin commented Apr 28, 2016

We can reimplement size once JuliaLang/julia#16104 is resolved, but in the meantime I don't think we have a choice but to turn end into an error because it can lead to surprisingly incorrect user code.

Ref #730

@codecov-io
Copy link

codecov-io commented Apr 28, 2016

Current coverage is 87.43%

Merging #748 into master will decrease coverage by -0.00%

@@             master       #748   diff @@
==========================================
  Files            18         17     -1   
  Lines          4014       4018     +4   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           3511       3513     +2   
- Misses          503        505     +2   
  Partials          0          0          
  1. File src/deprecated.jl (not in diff) was deleted. more

Powered by Codecov. Last updated by 9acd12b

@mlubin
Copy link
Member Author

mlubin commented Apr 29, 2016

@joehuchette, okay with this fix?

@joehuchette joehuchette merged commit e53d0db into master Apr 29, 2016
@joehuchette
Copy link
Contributor

Thanks, Miles. I can cherry-pick to release-0.12 and push a patch release tomorrow, if you don't beat me to it.

@mlubin
Copy link
Member Author

mlubin commented Apr 29, 2016

I'm planning on releasing 0.13 tomorrow unless there are any objections. Do we actually need to patch 0.12?

@mlubin mlubin deleted the ml/nosize branch April 29, 2016 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants