rmuir opened a new pull request, #15320: URL: https://github.com/apache/lucene/pull/15320
Enabling a bunch of checks that should probably be causing failures. I can't see what is happening, and gradle as usual is 100% mute :( Something isn't right I think, maybe flags are not being passed to compiler? I insist this build should be failing... I turned on several noisy checks and ran a GH actions job to confirm i'm not losing my mind. My local cmdline: ``` ./gradlew clean ./gradlew check -x test -Pvalidation.errorprone=true ``` Background: I'm trying to evaluate class deadlock detector to see what needs to be done to prevent these... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
