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

Under -Xsource:3, warn that inherited members no longer take precedence over outer definitions in Scala 3 #10220

Merged
merged 7 commits into from Dec 16, 2022

Commits on Dec 2, 2022

  1. Inherited members can induce ambiguity

    Spec binding precedence of inherited definition.
    Use -Ylegacy-binding for old precedence.
    som-snytt authored and lrytz committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    c212347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb49592 View commit details
    Browse the repository at this point in the history
  3. unthis

    lrytz committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    70130da View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. change check for singletons

    lrytz committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    12c758e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

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

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    9f0133f View commit details
    Browse the repository at this point in the history
  2. latest diff from PR 10177

    lrytz committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    db51e0a View commit details
    Browse the repository at this point in the history