CyrilFerlicot
CyrilFerlicot
https://github.com/pharo-vcs/iceberg/releases/tag/v2.4.6
Recently a refactoring of the announcements in SUnit broke some CI like Iceberg's CI. The origin was found and esteban will fix it. I propose to add a workaround in...
I propose to moe the loading of Tool-Registry from BaselineOfMorphicCore to BaselineOfUIInfrastructure because it is not linked to Morphic but is used to build UIs. I also removed a dependency...
For now the bootstrap has multiple steps: - Load the core via Espell - Load another part via hermes - Load Monticello core via st files - Reload the full...
I added the clone of tonel in bootstrap-download but it should be in bootstrap-cache because it should be cleaned at each build. Without this change, we cannot bootstrap twice in...
This PR bring a lot of cleanup in Monticello-FileTree format. The main change is related to the export and import format. We have 3 format supported: - FileTree St -...
I tried to use it but here is what I got: @AlexisCnockaert Can you take a look when you'll have the time? It would be nice to have more tests
I am trying to pull a method from BorderedMorph to Object but the system does not let me do this: I guess it's to not show Pharo internal code, but...
This class is in the end used only to speed up a little #withNoLineLongerThan: and this methods is not used that much in Pharo. Do we need to keep a...
List of changes: - Commit an automatic transformation - Simplify the logging mechanism (before we had one for the STDout et one for the progress.log file. Now we only have...