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] Fix crash on bazel mod error containing % #20651

Merged
merged 5 commits into from
Jan 9, 2024

Commits on Dec 21, 2023

  1. Fix crash on bazel mod error containing %

    `bazel mod show_extension @foo//:extensions.bzl%go_sdk`resulted in the crash:
    ```
    java.util.IllegalFormatConversionException: g != java.lang.String
    ```
    
    Also makes an error more readable by swapping a `:`.
    
    Closes bazelbuild#20627.
    
    PiperOrigin-RevId: 592942775
    Change-Id: Ida5c234413c1647f81d3702bb9deeedcdd93df12
    fmeum authored and bazel-io committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    503cca2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    ef692a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fe7ca2 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    82e5ddb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    b24bcf9 View commit details
    Browse the repository at this point in the history