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

Add -Yimports compiler flag #16218

Merged
merged 4 commits into from
Nov 26, 2022
Merged

Add -Yimports compiler flag #16218

merged 4 commits into from
Nov 26, 2022

Commits on Nov 24, 2022

  1. Add -Yimports compiler flag

    adampauls authored and dwijnand committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    b5f68b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee168c6 View commit details
    Browse the repository at this point in the history
  3. Drop -Yimports & -Yno-imports from affecting java root imports

    Matching Scala 2 behaviour.
    dwijnand committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3259ee8 View commit details
    Browse the repository at this point in the history
  4. Match Scala 2 -Yimports behaviour

    And add its tests.
    dwijnand committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    e0e61bd View commit details
    Browse the repository at this point in the history