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

disallow global const in non-toplevel code. fixes #12010 #25586

Merged
merged 1 commit into from
Jan 17, 2018

Conversation

JeffBezanson
Copy link
Sponsor Member

@JeffBezanson JeffBezanson commented Jan 16, 2018

fixes #12010

@JeffBezanson JeffBezanson added compiler:lowering Syntax lowering (compiler front end, 2nd stage) kind:deprecation This change introduces or involves a deprecation labels Jan 16, 2018
@JeffBezanson JeffBezanson added this to the 1.0 milestone Jan 16, 2018
@JeffBezanson JeffBezanson merged commit d6f079a into master Jan 17, 2018
@JeffBezanson JeffBezanson deleted the jb/toplevelconst branch January 17, 2018 04:02
nagexiucai added a commit to nagexiucai/julia that referenced this pull request Sep 28, 2018
nagexiucai added a commit to nagexiucai/julia that referenced this pull request Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:lowering Syntax lowering (compiler front end, 2nd stage) kind:deprecation This change introduces or involves a deprecation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make const a toplevel expr or error
3 participants