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

Remember compared polytypes #13663

Merged
merged 2 commits into from
Oct 4, 2021
Merged

Remember compared polytypes #13663

merged 2 commits into from
Oct 4, 2021

Commits on Oct 3, 2021

  1. Remember compared polytypes

    Remember comparisons of PolyTypes in `comparedTypeLambdas`. This means that parameters
    of such types will not be added to the constraint. We already do the same for HkTypeLambdas
    but for some reason we forgot to do it for PolyTypes, which are the other kind of type lambdas.
    
    Fixes scala#13660
    
    Allows perspective to be re-enabled in CB
    odersky committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    19ae73b View commit details
    Browse the repository at this point in the history
  2. Regression test for scala#7888

    odersky committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    45c7d68 View commit details
    Browse the repository at this point in the history