Donald Raab
Donald Raab
Interesting idea and discussion. If we put assumptions such as these @motlin , they can act as reminders to override the behavior in the subclass tests for `ConcurrentMap` and `SortMap`....
Hi @Desislav-Petrov, took a look at this and should be simple enough to review and merge now since next planned release is a major release.
Hi @Desislav-Petrov, I think you need to fetch and rebase again. It looks like you are behind a few commits.
@motlin @sullis I think it makes sense to break this into separate PRs. The skipBoolean change looks straightforward and we should review that separately. If this means we are removing...
It would be nice to have asMap, asList, asSet, etc. for primitive collections. This was functionality that was in the process of being added for primitive Lists and Sets. I...
Looking into this now. Looks like the implementation dependency issues are: ``` import org.eclipse.collections.impl.lazy.primitive.CollectIntToObjectIterable; import org.eclipse.collections.impl.lazy.primitive.LazyIntIterableAdapter; import org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable; import org.eclipse.collections.impl.lazy.primitive.SelectIntIterable; ```
@prathasirisha I think looking at this we may have to move all generated lazy primitive Iterable types to the object impl jar. There is no other simpler solution. The templates...
Thanks @johnjstuart ! I've assigned the issue to you.
Thanks for the reminder @Bananeweizen . I am willing to update my blog posts if the JavaDoc moves.
@nolequen Sorry for the delay in responding. The existing signatures are fine. In the case of an MutableIntBag with the collect signature as you have above, the method can be...