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 13777 - refine check for caching companion in sum mirror #14035

Merged
merged 3 commits into from Dec 13, 2021

Commits on Dec 3, 2021

  1. reproduce issue scala#13777

    bishabosha committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    2fe2f03 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Tighten check to cache Mirror.Sum in companion

    cache the mirror in the companion if:
    - the class is not scala 2 defined
      & the class has a companion
      & the class was either:
        - defined in source
        - from tasty and its companion is a subtype of Mirror.Sum
    bishabosha committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    e5bf22e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    c156627 View commit details
    Browse the repository at this point in the history