Closed sirikid closed 8 years ago
Thank you very much for your suggested pull request. I will comment directly in the individual commits
Thanks again for your suggestions.
I understand that some things might not please you, and there is always a better way to express code from a stylistic point of view. However, the risk of regressions in accepting a pull request this large for almost no real benefit is too high. This is why I'm rejecting it (except for the two typo fixes).
Thanks for your understanding.
It's okay, I'm just experimenting with bitwise operations and rewrote tests in passing.
Oh, interesting. What kind of operations were you thinking of?
The original purpose to rewrite ULong without using BigInteger to store the value.
Oh, that would be really interesting, indeed!
Oh, I see. But this seems to be using Java 8... I'd like to postpone that upgrade in the dependency for as long as possible...
It's simple and pure functions, I think won't be a great sin if I just copy them.
The last time someone copied ArrayList.rangeCheck()
from Oracle, they were sued beyond a couple of billions...
I rewrote most of the tests using
assertThat