Add bash completion for external targets #20693
Add bash completion for external targets #20693fmeum wants to merge 1 commit intobazelbuild:masterfrom
Conversation
d23d7df to
2ee04c7
Compare
2ee04c7 to
eaa8e4d
Compare
|
|
eaa8e4d to
c940d31
Compare
|
@Wyverald This PR is no longer stacked. |
|
@meteorcloudy The Darwin build fails even though I think I haven't touched any files that could affect the Python extension hash. Is this broken on master? |
|
Yes, this is now fixed at HEAD, please rebase! |
Completion for both repository names and targets in (fetched) external repositories is provided based on `bazel mod dump_repo_mapping`.
c940d31 to
b29e867
Compare
|
Tests are passing, thanks! |
Wyverald
left a comment
There was a problem hiding this comment.
the tests look great, so I'll just trust you with the bash parts :D thank you so much!
meteorcloudy
left a comment
There was a problem hiding this comment.
Same here! Sorry for the late review!
|
@bazel-io fork 7.1.0 |
Completion for both repository names and targets in (fetched) external repositories is provided based on `bazel mod dump_repo_mapping`. RELNOTES: Bazel's Bash completion can now complete external repository labels when using `--enable_bzlmod`. Closes bazelbuild#20693. PiperOrigin-RevId: 602923007 Change-Id: I7c7dfe3d90a2921f473c2d2fedbc054da67932ac
Completion for both repository names and targets in (fetched) external repositories is provided based on `bazel mod dump_repo_mapping`. RELNOTES: Bazel's Bash completion can now complete external repository labels when using `--enable_bzlmod`. Closes #20693. Commit a4c3d89 PiperOrigin-RevId: 602923007 Change-Id: I7c7dfe3d90a2921f473c2d2fedbc054da67932ac Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
|
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. |
Completion for both repository names and targets in (fetched) external repositories is provided based on
bazel mod dump_repo_mapping.RELNOTES: Bazel's Bash completion can now complete external repository labels when using
--enable_bzlmod.