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

Backport: When simplifying match types, ensure fully defined before reducing #12068

Merged
merged 2 commits into from
Apr 14, 2021

Commits on Apr 12, 2021

  1. When simplifying match types, ensure fully defined before reducing

    Fixes scala#11977
    
    Previously the match types were more often fully defined because inlining at Typer
    caused more situations where type variables were instantiated. Now that inlining
    is done later, we need to compensate. I believe it's a good idea anyway since it
    means we can reduce more match types.
    odersky committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    f25de73 View commit details
    Browse the repository at this point in the history
  2. Fix repltest

    odersky committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    e5d9983 View commit details
    Browse the repository at this point in the history