Skip to content

Fix #4058: Fix two problems with flag combinations #4126

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
Mar 16, 2018

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Mar 16, 2018

There were two problems:

  • Parser combined flags blindly without checking whether they are compatible. I went
    through the code and verified that this happened only once, and this one is fixed now.
  • Namer did not check that parameters should not be lazy.

There were two problems:

 - Parser combined flags blindly without checking whether they are compatible. I went
   through the code and verified that this happened only once, and this one is fixed now.
 - Namer did not check that parameters should not be lazy.
@Blaisorblade Blaisorblade merged commit 96e7f7d into scala:master Mar 16, 2018
@Blaisorblade Blaisorblade deleted the fix-#4058-2 branch March 16, 2018 19:17
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.

2 participants