Donald Raab

Results 115 comments of Donald Raab

Hi @shreyateeza, any update on this? Let me know if you will be working on it.

This is a great point @mohrezaei. The optimization would require the function to be stable and repeatable for the same input. This might mean we have some other places where...

Yes, this optimization is flawed @LuizFrra so we should probably remove this optimization on the object side side as well. Another option would be to add a specialized method, possibly...

Hi @LuizFrra, yes, this looks correct to me. I think once we add `collectOccurrences`, we should have `countBy` on `Bag` use it instead of `collect` so the optimization can continue...

> Proposing, that we name this method `collectEachOccurrences` so it reflects that we are iterating/looping? This works for me, as it makes the distinction clearer between `collectWithOccurrences`.

Perhaps call it collectKeysUnique if it is going to throw?

Hi @DineshPurushothamacharya, I'd like to help get this PR reviewed and merged. There are a couple of changes to start with since this PR has been open for a couple...

Hi @DineshPurushothamacharya, looks like you have some actual issues to fix reported by the checkstyle build. Also, the EclipseFdn ECA check is failing. Do you have a signed ECA on...

Hi @DineshPurushothamacharya, I am reviewing now. Thank you for your patience!

Hi @DineshPurushothamacharya, I was hoping to save you the trouble of rebasing your PR and tried using the GitHub Update Branch button for my first time. Unfortunately I did not...