Andrei Chiș
Andrei Chiș
@Rinzwind First Pharo 11, then eventually Pharo 12
We reverted back to Pharo 10 for the moment.
@seandenigris This one: https://github.com/feenkcom/gtoolkit/issues/3771
@seandenigris The issue is slightly different there. In that case the entire code changes tool is updated, and the list showing changes is recreated from scratch.
@seandenigris yes related. We should update how the database reacts when pages with new types are added, to just add the new type to `pagesByType` without any error or need...
@hernanmd Just tried this in Pharo 12, and indeed there seems to be a difference between compiling methods during tests and compiling methods in the browser and using do its....
@hernanmd I think it is also not just related to DoIts. For example you can have an action in an application that generates code. The same issue I think will...
Added https://github.com/pharo-project/pharo/pull/16302 with a possible fix
Definitely a lot better than before! Curios what the results would be with these VM parameters: ``` Smalltalk vm parameterAt: 45 put: 159744960. "desired eden size" Smalltalk vm parameterAt: 25...
Most likely fixed. We did not get these error since some time.