-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Show display form labels in java_*
buildozer fixups
#21827
Conversation
5928716
to
04f69a2
Compare
Stacked on #21702 |
04f69a2
to
098bacf
Compare
Can you sync to pick up 9d3a8b0? |
098bacf
to
04c53a0
Compare
Done |
* Concatenates the passed prefix string and the label using {@link Label#getDisplayForm}, which | ||
* is identical to {@link Label#getCanonicalForm()} for main repo labels. | ||
*/ | ||
public Builder addPrefixedLabel( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add @CanIgnoreReturnValue
to all the Builder
-returning public methods, or else our ErrorProne checks are going to spam us.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added annotations to all methods, not just the ones I added (hope that's what you meant).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes thanks
@bazel-io fork 7.2.0 |
Hi @justinhorvitz, Since i can see that this PR has been approved, Please let me know whether i should proceed with importing it. Thanks! |
Yes please, ready for import. |
The change in bazelbuild#21702 only fixed the buildozer fixup messages for `java_*` actions entirely defined in Starlark. This commit makes the analogous change to the remaining native actions. Related to bazelbuild#20486 and bazelbuild#21702 Closes bazelbuild#21827. PiperOrigin-RevId: 623253302 Change-Id: Iadc2b0d8ce64f359b921ad7a7c489111a3a29997
The change in bazelbuild#21702 only fixed the buildozer fixup messages for `java_*` actions entirely defined in Starlark. This commit makes the analogous change to the remaining native actions. Related to bazelbuild#20486 and bazelbuild#21702 Closes bazelbuild#21827. PiperOrigin-RevId: 623253302 Change-Id: Iadc2b0d8ce64f359b921ad7a7c489111a3a29997
The change in bazelbuild#21702 only fixed the buildozer fixup messages for `java_*` actions entirely defined in Starlark. This commit makes the analogous change to the remaining native actions. Related to bazelbuild#20486 and bazelbuild#21702 Closes bazelbuild#21827. PiperOrigin-RevId: 623253302 Change-Id: Iadc2b0d8ce64f359b921ad7a7c489111a3a29997
The change in bazelbuild#21702 only fixed the buildozer fixup messages for `java_*` actions entirely defined in Starlark. This commit makes the analogous change to the remaining native actions. Related to bazelbuild#20486 and bazelbuild#21702 Closes bazelbuild#21827. PiperOrigin-RevId: 623253302 Change-Id: Iadc2b0d8ce64f359b921ad7a7c489111a3a29997
The change in #21702 only fixed the buildozer fixup messages for
java_*
actions entirely defined in Starlark. This commit makes the analogous change to the remaining native actions.Related to #20486 and #21702