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

Prevent most side effects of yanked modules #18698

Closed
wants to merge 2 commits into from

Commits on Jun 21, 2023

  1. Prevent most side effects of yanked modules

    Yanked module versions no longer contribute dependency requirements or
    emit `DEBUG` messages for `print()` statements.
    
    Since the module files of yanked modules are still evaluated to learn
    their compatibility levels, they can still fail to execute.
    fmeum committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7e98fbc View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Address review comments

    fmeum committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    338a97d View commit details
    Browse the repository at this point in the history