Mohammad Rezaei
Mohammad Rezaei
@bamapookie I'm not sure what you mean by "changed". The only thing I change locally is the name of the JDK. Some of it is churn [(change of ordering)](https://github.com/mohrezaei/eclipse-collections/commit/d57c4590102cee756bfa95ad364c97a5ab7776bb#diff-68331e01e69660caac3f6df6aed88a84L12), some...
This is driving me insane. I just wanted to make a simple change to one file, and now I have: ``` modified: .idea/compiler.xml modified: .idea/misc.xml modified: .idea/modules.xml modified: eclipse-collections-code-generator-maven-plugin/eclipse-collections-code-generator-maven-plugin.iml modified:...
You probably already know this, but so it's clear in the ticket: the biggest issue these is with our rebase workflow and branching. I have to rollback these if I...
For pete's sake how long is this issue going to stay open? I just tried to do a simple rebase and git barfed all over my terminal. ``` $ git...
This is github's recommended `.gitignore` for Intellij. It includes the library stuff that failed above. Can we at least use this? Teamcity builds are gone, right? Do we need this...
So long as we don't follow [this advise](https://www.eclipse.org/legal/epl-2.0/faq.php#h.nzy2s8vsuxe2) :+1: We must retain EDL. There are a large number of organizations that don't touch copyleft.
This test case is not valid because the `keys.length` is 17, which is not a power of 2. `nextIndex + spreadTwo` should be able to probe all of the array...
`probeThree` has to return a valid index. just stopping the iteration doesn't help with that. If we stop the iteration, the best we could do is to throw some sort...
@koenr-bc what version of EC was in that stack trace? FYI, there is a potential way `probeThree` can go into an infinite loop that was fixed/released over 2 years ago...
I had a look at mapdb code. Two things to note: 1) That code (StoreWAL.kt) no longer exists, but there is no new release after it was removed. 2) If...