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

Don't check import selectors for Java code #15617

Merged
merged 2 commits into from
Jul 20, 2022
Merged

Commits on Jul 8, 2022

  1. Don't check import selectors for Java code

    Moving import selector checking from PostTyper to Typer had the
    side-effect that they were also checked in Java code. But that does
    not work since the Java files are compiled before the Scala files
    so the selected reference has not been seen yet.
    
    Fixed by disabling import selector checks for Java files.
    
    Fixes scala#15608
    odersky committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    e0e3400 View commit details
    Browse the repository at this point in the history
  2. Fix test

    odersky committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    747fa5c View commit details
    Browse the repository at this point in the history