Skip to content

SI-9302 -Xdisable-assertions raises elide level #4491

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

Merged
merged 1 commit into from
May 6, 2015

Conversation

som-snytt
Copy link
Contributor

Previously, the flag caused any elidable to be elided.

This commit simply sets -Xelide-below to ASSERTION + 1.

The flag is useful because there's no mnemonic for specifying
the magic constant as an option argument. -Xelide-below ASSERTION
means asserts are enabled.

Follow-up to #4470

Previously, the flag caused any elidable to be elided.

This commit simply sets -Xelide-below to ASSERTION + 1.

The flag is useful because there's no mnemonic for specifying
the magic constant as an option argument. `-Xelide-below ASSERTION`
means asserts are enabled.
@scala-jenkins scala-jenkins added this to the 2.11.7 milestone May 5, 2015
@lrytz
Copy link
Member

lrytz commented May 6, 2015

LGTM, thank you!

lrytz added a commit that referenced this pull request May 6, 2015
SI-9302 -Xdisable-assertions raises elide level
@lrytz lrytz merged commit e12ba55 into scala:2.11.x May 6, 2015
@som-snytt som-snytt deleted the issue/noassertions branch May 15, 2015 02:41
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.

3 participants