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.1.0] Fixes for experimental extend rule and subrule functionality #21237

Merged
merged 4 commits into from
Feb 8, 2024

Commits on Feb 7, 2024

  1. Fix dict types in initializers

    PiperOrigin-RevId: 597874318
    Change-Id: I7d7135be863c2123242951635af5c10d370c7ef2
    comius committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    aefb396 View commit details
    Browse the repository at this point in the history
  2. Allow reading the name of the target in the initializer

    PiperOrigin-RevId: 600862478
    Change-Id: Iadc38abea17f4b3ec33a8f76245c75ae3aca6d1d
    comius committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    00914f8 View commit details
    Browse the repository at this point in the history
  3. Make Google proto_library and extension of Bazel proto_library

    PiperOrigin-RevId: 580146223
    Change-Id: I13ac76086d56cd26ae0c661d1c36c45a2ee270d1
    comius committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f9534d3 View commit details
    Browse the repository at this point in the history
  4. Reify outputs of initializer within the package

    The labels need to be local to the package. Setting them in an initializer was broken.
    
    PiperOrigin-RevId: 600863492
    Change-Id: I0561f43273a62db3b9e823ec3b49734b380da878
    comius committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ecacc5f View commit details
    Browse the repository at this point in the history