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

Pip: Improve error messages for option values #5956

Merged
merged 4 commits into from
Oct 18, 2022
Merged

Commits on Oct 17, 2022

  1. Pip: Use variables for option names in messages

    This way any renaming of option names is automatically reflected in the
    messages.
    
    Signed-off-by: Sebastian Schuberth <[email protected]>
    sschuberth committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    978998c View commit details
    Browse the repository at this point in the history
  2. Pip: Add the actual option value to error messages

    Signed-off-by: Sebastian Schuberth <[email protected]>
    sschuberth committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f347793 View commit details
    Browse the repository at this point in the history
  3. Pip: Explicitly make default option values part of accepted values

    This ensures that the default values are always accepted values.
    
    Signed-off-by: Sebastian Schuberth <[email protected]>
    sschuberth committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    0f23421 View commit details
    Browse the repository at this point in the history
  4. Pip: Remove the Logging interface from Python

    This is not needed anymore as of c885541.
    
    Signed-off-by: Sebastian Schuberth <[email protected]>
    sschuberth committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    a6f103f View commit details
    Browse the repository at this point in the history