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

Add attrs as a special attribute of the print command #1323

Merged
merged 2 commits into from
Jan 21, 2025

Conversation

iflan
Copy link
Contributor

@iflan iflan commented 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 #1322.

RELNOTES: "print 'attrs' //rule" prints all attributes of the rule

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
@vladmos vladmos merged commit 733b4a2 into bazelbuild:main Jan 21, 2025
2 checks passed
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.

Buildozer has no way to print the names of all attributes of a rule
2 participants