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

Add Label.to_display_form() #21179

Closed
wants to merge 2 commits into from
Closed

Commits on Feb 12, 2024

  1. Add Label.to_display_form()

    Fixes bazelbuild#20486
    
    Also use `to_display_form()` to generate Clang module names in the
    correct form for external repositories. `java_*` rules require more
    delicate handling and will be migrated in a follow-up change.
    
    RELNOTES: The `to_display_form()` method on `Label` returns a string
    representation of a label optimized for readability by humans.
    fmeum committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    14ce414 View commit details
    Browse the repository at this point in the history
  2. Fix tests after rebase

    fmeum committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    660bd8d View commit details
    Browse the repository at this point in the history