CyrilFerlicot
CyrilFerlicot
- Use #ensureIsOpen instead of #open - Merge IceTipRepositoriesBrowser class>>#menuCommandOn: and part of PharoCommonTools class>>#worldMenuOn:. This allow to cut a dependency from the core of Pharo to Iceberg. It's Iceberg...
This is a redo of the PR I reverted with a fix so that Iceberg's UI work again. But this still has a problem. @guillep introduced the IceTipRepositoryStatusModel so that...
In the commit window, I cannot revert the changes done to a trait. `Instance of IceWorkingCopyPatcherVisitor did not understand #visitTraitDefinition:` Here is the stack I get: ``` IceWorkingCopyPatcherVisitor(Object)>>doesNotUnderstand: #visitTraitDefinition: IceTraitDefinition>>accept:...
Iceberg is currently failing while merging local changes. To reproduce: - Setup a project in your Pharo image and have Iceberg in a normal state (local clone present without error)....
In Iceberg if you merge a branch that has executable scripts in the list of changes, then the scripts will have its execution right reset. For example: Iceberg should not...
In Pharo we have UUID that is a new implementation of the UUIDFenerator based on a primitive. It calls this `` with a fallback to the legacy implementation of UUIDGenerator....
I am trying to run Pharo on Debian 13 but I get an error asking to report to the pharo vm list. Here is my report:
It would be nice to have a drag and drop system to be able to drop a folder containing a Pharo image on the launcher and to import this dropped...
When I create a new image, I often select it and update the name. I do not often edit the description and script. I would love it if we could...