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

[7.2.0] Revert special handling of yanked module files #22263

Merged
merged 1 commit into from
May 7, 2024

Commits on May 6, 2024

  1. Revert special handling of yanked module files

    This effectively reverts most of 2a2a474: Module files of yanked versions are evaluated just like those of any other versions and "yankedness" is only checked for the final dep graph after selection.
    
    This greatly simplifies incremental fetching of (inherently mutable) yanked version information with the new lockfile format.
    
    Work towards bazelbuild#20369
    
    RELNOTES: `print` statements in module files are now only executed for the root module and modules subject to non-registry overrides (e.g. `local_path_override`).
    
    Closes bazelbuild#22083.
    
    PiperOrigin-RevId: 627953972
    Change-Id: Ie0aba02d187e000450a89ad2cd281c173582880a
    fmeum authored and bazel-io committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b455cc4 View commit details
    Browse the repository at this point in the history