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

error-prone 2.3.1 -> 2.3.2 #412

Merged
merged 1 commit into from
Oct 11, 2018
Merged

error-prone 2.3.1 -> 2.3.2 #412

merged 1 commit into from
Oct 11, 2018

Conversation

iamdanfox
Copy link
Contributor

Before this PR

I was unable to use baseline-error-prone to compile a project on Java 11:

> Task :service-config:compileJava FAILED
compiler message file broken: key=compiler.misc.msg.bug arguments=11, {1}, {2}, {3}, {4}, {5}, {6}, {7}
java.lang.NoSuchMethodError: com.sun.tools.javac.util.Log.error(Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;Ljava/lang/String;[Ljava/lang/Object;)

https://circleci.com/gh/palantir/conjure-java-runtime-api/429

Seems like I was hitting this bug: google/error-prone#1091, fixed in 2.3.2: google/error-prone#1083

After this PR

Things should hopefully work 🤞

@iamdanfox iamdanfox requested a review from a team as a code owner October 10, 2018 21:21
@iamdanfox
Copy link
Contributor Author

Weirdly, I can see a tag for v2.3.2 and it seems that error-prone's travis build for v2.3.2 passes (https://travis-ci.org/google/error-prone/builds/439386198), but can't actually see the artifact yet in https://jcenter.bintray.com/com/google/errorprone/error_prone_core/ ...

@robert3005
Copy link
Contributor

google/error-prone#1127

com.google.errorprone:error_prone_test_helpers = 2.3.1
com.google.errorprone:error_prone_annotations = 2.3.2
com.google.errorprone:error_prone_core = 2.3.2
com.google.errorprone:error_prone_test_helpers = 2.3.2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

com.google.errorprone:error_prone_core = 2.3.1
com.google.errorprone:error_prone_test_helpers = 2.3.1
com.google.errorprone:error_prone_annotations = 2.3.2
com.google.errorprone:error_prone_core = 2.3.2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

com.google.errorprone:error_prone_annotations = 2.3.1
com.google.errorprone:error_prone_core = 2.3.1
com.google.errorprone:error_prone_test_helpers = 2.3.1
com.google.errorprone:error_prone_annotations = 2.3.2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robert3005 robert3005 merged commit 874de51 into develop Oct 11, 2018
@robert3005 robert3005 deleted the iamdanfox-patch-1 branch October 11, 2018 15:13
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.

3 participants