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] Make module extension tag's debugPrint useful for error messages #19285

Merged
merged 3 commits into from
Aug 22, 2023

Commits on Aug 18, 2023

  1. Make module extension tag's debugPrint useful for error messages

    When passed to `print` or `fail`, a module extension tag now results in a string such as `'foo' tag at /ws/MODULE.bazel:3:4`, which can be used to form error messages referencing tags without leaking non-hermetic information to the extension implementation function.
    
    Closes bazelbuild#19274.
    
    PiperOrigin-RevId: 558163928
    Change-Id: If20086c62356bb0635d0a4bdf91029267122f62b
    fmeum authored and iancha1992 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a0a751e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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

Commits on Aug 22, 2023

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