-
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
Upgrade error-prone to 2.3.3? #9286
Comments
We had to revert the Error Prone upgrade. The new version includes new checks which break backwards compatibility for bazel 1.1. There are more details in #10023. The upgrade to Error Prone 2.3.3 has to be done under an incompatible change. If someone wants to use Error Prone 2.3.3 before it becomes the default in Bazel they can do so by using the Add the definition of
and set the toolchain on the command line, for example:
|
Is there are a repro for #10023? It's hard to tell from the error message if that's a bug in the kt rules, or dagger, or error prone. The
|
It looks like #10023 was closed. Does that mean the error prone upgrade can go ahead now? |
As pointed out by @iirina, the root cause for the downstream build failures tracked in #10023:
was What is unclear to me: would it mean to select different java_tools release or one and the same java-tools release would include different EP versions (2.3.2 & 2.3.3)? |
error_prone is now at 2.3.4 Is there any chance to move forward? |
#11271 (Update error Prone version to 2.3.4). |
Superseded by #11271 |
Well, this is a PR, that references this issue. |
I wrote this follow-up issue: #11272. |
Fixes bazelbuild#11272 (first attempt that was reverted: bazelbuild#9286).
Fixes bazelbuild#11272 (first attempt that was reverted: bazelbuild#9286).
Fixes bazelbuild#11272 (first attempt that was reverted: bazelbuild#9286).
Fixes bazelbuild#11272 (first attempt that was reverted: bazelbuild#9286).
It looks like Bazel is still using 2.3.2 snapshot version. Any chance to upgrade to the latest 2.3.3 release?
The text was updated successfully, but these errors were encountered: