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

[6.4.0] Include name in repr of exported rules #19229

Merged
merged 2 commits into from
Aug 22, 2023

Commits on Aug 10, 2023

  1. Include name in repr of exported rules

    For an exported rule `foo_library`, `repr(foo_library)` now evaluates to `<rule foo_library>`, not `<rule>`, matching the behavior of native rules more closely.
    
    Fixes bazelbuild#17483
    
    Closes bazelbuild#18392.
    
    PiperOrigin-RevId: 538458291
    Change-Id: I331955655756a3c235be0a93f1394716ddf9849d
    fmeum authored and bazel-io committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    657d271 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

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