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

Priority warning fix alternative #20487

Merged
merged 5 commits into from
May 28, 2024

Commits on May 27, 2024

  1. Avoid useless warnings about priority change in implicit search

    Warn about priority change in implicit search only if one of the participating
    candidates appears in the final result.
    
    It could be that we have an priority change between two ranked candidates that
    both are superseded by the result of the implicit search. In this case, no
    warning needs to be reported.
    odersky committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2f3f02f View commit details
    Browse the repository at this point in the history
  2. Re-enable semanticdb test

    odersky committed May 27, 2024
    Configuration menu
    Copy the full SHA
    23a6027 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a47035e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Drop priority change warnings that don't qualify

    Drop priority change warnings if one the mentioned references
    does not succeed via tryImplicit.
    odersky committed May 28, 2024
    Configuration menu
    Copy the full SHA
    03ced0d View commit details
    Browse the repository at this point in the history
  2. Add test for scala#20484

    odersky committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3112bb7 View commit details
    Browse the repository at this point in the history