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

Buildozer has no way to print the names of all attributes of a rule #1322

Closed
iflan opened this issue Jan 16, 2025 · 0 comments · Fixed by #1323
Closed

Buildozer has no way to print the names of all attributes of a rule #1322

iflan opened this issue Jan 16, 2025 · 0 comments · Fixed by #1323

Comments

@iflan
Copy link
Contributor

iflan commented Jan 16, 2025

The buildozer print command has several special attributes to get parts of a rule, but none of them just print the names of all of the attributes. This makes it hard to impossible to iterate over a rule's attributes in a script without doing some ad-hoc parsing of the rule.

I propose to add attrs as a new special attribute for the print command. This would print out all of the attribute names for the given rule. (I have a proposed PR on the way.)

iflan added a commit to iflan/blaze-buildtools that referenced this issue Jan 16, 2025
Before, there was no way to get a list of all of the attributes of a
rule.  Now print attrs will print a list containing all of the
attribute names of a given rule.

Fixes bazelbuild#1322.

RELNOTES: "print 'attrs' //rule" prints all attributes of the rule
iflan added a commit to iflan/blaze-buildtools that referenced this issue Jan 16, 2025
Before, there was no way to get a list of all of the attributes of a
rule.  Now print attrs will print a list containing all of the
attribute names of a given rule.

Fixes bazelbuild#1322.

RELNOTES: "print 'attrs' //rule" prints all attributes of the rule
iflan added a commit to iflan/blaze-buildtools that referenced this issue Jan 20, 2025
Before, there was no way to get a list of all of the attributes of a
rule.  Now print attrs will print a list containing all of the
attribute names of a given rule.

Fixes bazelbuild#1322.

RELNOTES: "print 'attrs' //rule" prints all attributes of the rule
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 a pull request may close this issue.

1 participant