You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bazel failure in 6.2.0rc1 that doesn't appear at HEAD:
src/tools/android/java/com/google/devtools/build/android/desugar/scan/PrefixReferenceScanner.java:306: error: [LenientFormatStringValidation] Expected 0 positional arguments, but saw 1
checkArgument(
^
(see https://errorprone.info/bugpattern/LenientFormatStringValidation)
Did you mean '"Unexpected constant: (%s)",'?
Commits to cherry-pick to fix this: 3b57894 Disable 'IgnoredPureGetter'
8d9a06e Make EmptyTopLevelDeclaration a warning 33a3b01 Make LenientFormatStringValidation a warning e80ca15 Make ReturnMissingNullable a warning abea37b Redirect JVM warnings to stderr in general.
Bazel failure in 6.2.0rc1 that doesn't appear at HEAD:
Commits to cherry-pick to fix this:
3b57894 Disable 'IgnoredPureGetter'
8d9a06e Make EmptyTopLevelDeclaration a warning
33a3b01 Make LenientFormatStringValidation a warning
e80ca15 Make ReturnMissingNullable a warning
abea37b Redirect JVM warnings to stderr in general.
cc @meteorcloudy @comius
The text was updated successfully, but these errors were encountered: