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

Implement -Xlint:private-shadow, type-parameter-shadow #17622

Merged
merged 13 commits into from
Sep 29, 2023

Commits on Jun 1, 2023

  1. Implement -Xlint:private-shadow, type-parameter-shadow

    Respectively warn about :
    - a private field or a class parameter that shadows a superclass field
    - a local type parameter that shadows a type already in the scope
    
    Fixes : scala#17612 and scala#17613
    schuetzcarl committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e5fd477 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Move out miniphase

    schuetzcarl committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    1f15b29 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    07f6581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c9af0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    297183c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    46f2db6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb8426a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2edd869 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da5d244 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 27, 2023

  1. Apply review changes

    schuetzcarl committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    e3c984e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f4f7bf View commit details
    Browse the repository at this point in the history