Specify @InlineMe for {Doubles,Floats}#compare#7371
Specify @InlineMe for {Doubles,Floats}#compare#7371Stephan202 wants to merge 1 commit intogoogle:masterfrom
@InlineMe for {Doubles,Floats}#compare#7371Conversation
This mirrors the changes in 04c1b7a for similar `#compare` methods.
|
Super fast @cpovirk! 🚀 |
|
@Stephan202 Just curious if the addition of |
|
Hey @kluever! Inside Picnic, by default, all Java builds run with Error Prone and
Our setup also runs Refaster as an Error Prone check, which can achieve similar behavior. That's why PicnicSupermarket/error-prone-support#1293 triggered me to file this pull request: I noticed that we could phase out only 5 out of 7 similar Refaster rules; this PR covers the remainder. I think it'd be great if more libraries adopted |
|
(For anybody interested in what the Picnic build setup concretely looks like: this Maven parent and this patch script should give one an idea. Not 100% identical, but close enough.) |
|
@Stephan202 Amazing --- that's great to hear! A few years ago, after implementing Inside of Google, we actually have the patches produced by |
This mirrors the changes in 04c1b7a for
similar
#comparemethods.