Comment From: bclozel

Thanks @Drezir for your contribution. I've polished your changes in 9c400ed since they were breaking the build. Stream#toList() returns an immutable list, unlike the original code. I've reverted some of those changes where a mutable list was expected.

Comment From: Drezir

Thanks @Drezir for your contribution. I've polished your changes in 9c400ed since they were breaking the build. Stream#toList() returns an immutable list, unlike the original code. I've reverted some of those changes where a mutable list was expected.

Thank you very much