-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
CLI completion check is broken #143451
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Type
Fields
Give feedbackNo fields configured for issues without a type.
It looks like something broke checking of CLI completions in tidy. If I run
x test tidyonmaster, it is green, both locally and on CI. But if I runx run generate-completions, it modifies the completions. I will investigate.