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

Survive inaccessible types when computing implicit scope #21589

Merged
merged 2 commits into from
Sep 14, 2024

Commits on Sep 14, 2024

  1. Survive inaccessible types when computing implicit scope

    Also: Give a better error message later when encountering a missing type that
    refers to a private member of a base class. The previous one was misleading since
    it referred to a potentially missing class file, which is certainly not the case here.
    
    Fixes scala#21543
    odersky committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    472555d View commit details
    Browse the repository at this point in the history
  2. Fix check files

    odersky committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    cd9a7c5 View commit details
    Browse the repository at this point in the history