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

Switch off exhaustivity warnings for unsealed types (by default) #9299

Merged
merged 1 commit into from Nov 5, 2020

Commits on Nov 3, 2020

  1. Switch off exhaustivity warnings for unsealed types (by default)

    Replaces `-Xno-unsealed-patmat-analysi` with `-Xlint:strict-unsealed-patmat`, switching the default behaviour to opt-in to this strictness.
    
    :(
    
    However, at least by being in the Xlint family, it's on if you opt-in to `-Xlint`.
    
    Reverts commit 0416c57 (w/ tweaks).
    dwijnand committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    35d9bda View commit details
    Browse the repository at this point in the history