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

Fix unreachable warning in deeply nested sealed hierarchy #18706

Merged
merged 4 commits into from
Oct 20, 2023

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    9c92162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b843332 View commit details
    Browse the repository at this point in the history
  3. Vulpix: Skip empty lines

    dwijnand committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    372e485 View commit details
    Browse the repository at this point in the history
  4. Fix unreachable warning in deeply nested sealed hierarchy

    Without applying we were constructing the type Jacket#Body, instead of
    Jacket[?]#Body, which lead down to an incorrect isSubSpace calculation
    and thus an unreachable warning.
    dwijnand committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9460b7d View commit details
    Browse the repository at this point in the history