Donald Raab

Results 33 issues of Donald Raab

We had to revert a maven config setting for `--color=always` because it is not compatible with maven 3.8.

The default implementations of `toImmutable[List/Set/Bag]` are suboptimal for `LazyIterable`. Calls to `isEmpty` or `size` should be avoided for `LazyIterable` as they will force iteration to happen. The following tests will...

This PR attempts to fix a performance problem I found in immutablePrimitiveListFactoryImpl.stg for the `withAll(Iterable)` method. This method would call size at least three times on the primitive Iterables with...