We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a language calls SetAttr for an attribute that is not in the KindInfo it is set on the initial rule generation but can never be updated.
SetAttr
KindInfo
0.38+
6.5, 7.0+
Yes
All
Invoke SetAttr in a language.
The attribute should be updated.
The attribute is only set when the target is initially generated but never updated when the target already exists.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
If a language calls
SetAttr
for an attribute that is not in theKindInfo
it is set on the initial rule generation but can never be updated.What version of gazelle are you using?
0.38+
What version of Bazel are you using?
6.5, 7.0+
Does this issue reproduce with the latest releases of all the above?
Yes
What operating system and processor architecture are you using?
All
What did you do?
Invoke
SetAttr
in a language.What did you expect to see?
The attribute should be updated.
What did you see instead?
The attribute is only set when the target is initially generated but never updated when the target already exists.
The text was updated successfully, but these errors were encountered: