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 handling of AndTypes on the LHS of subtype comparisons #18235

Merged
merged 6 commits into from
Jul 19, 2023

Commits on Jul 18, 2023

  1. Improve handling of AndTypes on the LHS of subtype comparisons

    Fixes scala#18226
    
    Might fix some other reported issues with AndTypes as well.
    odersky committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0ef4944 View commit details
    Browse the repository at this point in the history
  2. Test case scala#12077

    odersky committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    71dd329 View commit details
    Browse the repository at this point in the history
  3. Fix new problem uncovered by AndType fix

    Fixes a new problem exhibited in the ZIO 1 code base that got uncovered
    by the previous fix to AndTypes.
    odersky committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3a252a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b73493 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    655851c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ecb8c0 View commit details
    Browse the repository at this point in the history