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

WIP: Add first pass of generated code for Bazel #2735

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tshaynik
Copy link

Closes #2545

I got started on adding a completer for Bazel version 8.1.1. The code here is generated code created from this spec, which in turn I generated from reflecting the Command and Option annotations with this thing, based on @rsteube's recommendations in #2546.

All of the subcommands and flags should be there now, but there are not yet any completions for the argument values. I'm hoping to try and work on those soon.

@rsteube rsteube mentioned this pull request Mar 27, 2025
@rsteube
Copy link
Member

rsteube commented Mar 27, 2025

Noice! I'm fine with merging the structure without the completions first.

The reference has a couple flags that seem to be missing:
e.g. --dynamic_local_execution_delay)=<an integer> default: "1000"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bazel completer
2 participants