Halil İbrahim Şener

Results 12 comments of Halil İbrahim Şener

Tested on Chrome 94.0.4606.54 by installing from the source. It works like a charm! Thank you. :pray:

Sounds good to me. However, if we are going to keep this code, I'd say having a log statement is still worth it. It's a one-line fix anyway. 🙂

We have another "use case" for this issue. Say you want to upgrade JDK to a version that Bazel's current Error Prone version doesn't support. In that case, the Bazel...

I am not a member/contributor, but I also hit the same issue in point 3. Adding `@Nullable` annotation to the field generates the following: ```java @Override public int hashCode() {...

Thanks @Dayde. It's still surprising this works in Jongo 1.4.1, though. 🙂

I have a similar use case, where we use the commit sha as the version. I raised the same [question on Bazel Slack](https://bazelbuild.slack.com/archives/CDCE4DFAP/p1654270582553009), and I have a working solution with...