-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Implement describeKey
for more actions
#21380
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will only cover ctx.actions.symlink
when the output is a declare_symlink
. Do you also want to add an implementation for SymlinkAction
, which would also cover declare_file
and declare_directory
outputs?
(Feel free to push back if this isn't something you currently need, I'm happy to import as-is.) |
7af3013
to
2c6c5b3
Compare
describeKey
for UnresolvedSymlinkAction
describeKey
for more actions
I added |
@bazel-io fork 7.1.0 |
Closes bazelbuild#21380. PiperOrigin-RevId: 608540776 Change-Id: Ic058e199fb68e73018d8ae10cd43d86050ec05d9
Closes #21380. Commit adaf299 PiperOrigin-RevId: 608540776 Change-Id: Ic058e199fb68e73018d8ae10cd43d86050ec05d9 Co-authored-by: Fabian Meumertzheim <[email protected]>
The changes in this PR have been included in Bazel 7.1.0 RC1. Please test out the release candidate and report any issues as soon as possible. If you're using Bazelisk, you can point to the latest RC by setting USE_BAZEL_VERSION=last_rc. |
No description provided.