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.0.1] Let .bzl files record their usages of repo mapping #20848

Merged
merged 3 commits into from
Jan 11, 2024

Commits on Jan 10, 2024

  1. Let .bzl files record their usages of repo mapping

    In the same vein as #20742, we record all repo mapping entries used during the load of a .bzl file too, including any of its `load()` statements and calls to `Label()` that contain an apparent repo name.
    
    See #20721 (comment) for a more detailed explanation for this change, and the test cases in this commit for more potential triggers.
    
    Fixes #20721
    
    Closes #20830.
    
    PiperOrigin-RevId: 597351525
    Change-Id: I8f6ed297b81d55f7476a93bdc6668e1e1dcbe536
    Wyverald committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9c768c6 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    This is a partial cherry-pick of 47e48a1
    Wyverald committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8ce2aa8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. fix moar test

    Wyverald committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    d0888df View commit details
    Browse the repository at this point in the history