Jean Privat
Jean Privat
> One question though, why use bags in the test cases of the collections ? I used bags because `asBag` is shorter to write than `asOrderedCollection` and also this shows...
@Ducasse I thought that Bag was popular, but there is only 49 `Bag` and 10 `asBag`, whereas there is 418 `Set` and 278 `asSet` in my pharo11 image. So I...
I did a big reroll, and moved things I like less in a distinct PR #11699. I can split the PR further if it is too much to review at...
@Ducasse if you merged #11699 , you should merge this one also
I added the cleaning of the state in CompilationContext and OpalCompiler to #12883, I will think about that.
Why do we need an arbitrary pseudo random generator in the VM? It can be done in the image. If it's for performance, it could be done in a plugin.
A second build did not trigger the same bug, so 1. it might be related to a transient bootstrap failure, thus will be hard to track. :( 2. the vm...
Github is responsible for the storage representation of the repository. Since it's closed source, it is difficult to understand how and when they optimize the space. Moreover, the git clone...
Something like that 
@Ducasse is the stack trace available?