Craig P. Motlin
Craig P. Motlin
I haven't had time to look into it but I feel like there's a middle ground that shouldn't be too hard. And the distinct() view kind of already exists... it's...
FastList.newListWith() has a warning on it, and I'm pretty sure it's unsafe. ```java /** * Creates a new list using the passed {@code elements} argument as the backing store. *...
It's still just an idea - I never worked on it.
Regarding deallocating memory while iterating, I assume that refers to calling remove() once for each call to next(). I spent a good deal of time on a similar idea, implementing...
In my experience, failed assumptions are noisy. They show up in the IDE and maybe also in console output, as if they are TODOs (almost like ignored tests).
@donraab I'm not sure I understand the question. But there's a bit more context I'd like to share. Failed assumptions are implemented almost the same way as failed tests. That...
Could you link to the issue this fixes, with something like `Fixes #1328` in the commit message?
I see the context of gh-738 now, but the deprecation still doesn't make sense as written. The methods with bad generics are deprecated, but the new methods also have bad...
Here's an example, to start the conversation: https://github.com/motlin/eclipse-collections/commit/f9397b23d0f2876dce1d184540a5bc1e3a378333
And here's a similar example for Maps. This one doesn't compile because the interfaces are truly not compatible. https://github.com/motlin/eclipse-collections/commit/07c81aad52e4f9fb797f5e9a804fac0773447314