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

Improve warning for wildcard matching only null under the explicit nulls flag (scala#21577) #21623

Merged
merged 3 commits into from
Oct 28, 2024

Commits on Oct 23, 2024

  1. Improve warning for wildcard matching only null under explicit nulls (s…

    …cala#21577)
    
    Adds a more detailed warning message when a wildcard case is only reachable
    by null under explict nulls flag.
    
    Fixes scala#21577
    HarrisL2 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0cf41d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f775fa View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Add comment

    HarrisL2 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    cb9fcd8 View commit details
    Browse the repository at this point in the history