What happened?
FYI - we upgraded bazelisk and it broke the zsh completions provided by (legacy) aspect cli
Bazelisk added it's own completions in the version 1.27
The aspect-cli bazel installed by bazelisk has the zsh completions, bazelisk only has bash/fish, and somehow shadows the aspect completions
I made a PR to bazelisk to allow disabling the bazelisk completions but CLA / etc might cause it to take a while
Version
Development (host) and target OS/architectures:
Output of bazel --version: N/A
Version of the Aspect rules, or other relevant rules from your
WORKSPACE or MODULE.bazel file: N/A
Language(s) and/or frameworks involved: Bazel, Bazelisk, zsh, bash
How to reproduce
upgrade bazelisk > 1.27 and use zsh conpletions.
Any other information?
No response
What happened?
FYI - we upgraded bazelisk and it broke the zsh completions provided by (legacy) aspect cli
Bazelisk added it's own completions in the version 1.27
The aspect-cli bazel installed by bazelisk has the zsh completions, bazelisk only has bash/fish, and somehow shadows the aspect completions
I made a PR to bazelisk to allow disabling the bazelisk completions but CLA / etc might cause it to take a while
Version
Development (host) and target OS/architectures:
Output of
bazel --version: N/AVersion of the Aspect rules, or other relevant rules from your
WORKSPACEorMODULE.bazelfile: N/ALanguage(s) and/or frameworks involved: Bazel, Bazelisk, zsh, bash
How to reproduce
upgrade bazelisk > 1.27 and use zsh conpletions.Any other information?
No response