-
Notifications
You must be signed in to change notification settings - Fork 25
Description
The current implementation of MetacelloPlatform>>createRepository stomps on an existing method in the Metacello code base and is of course not recommended ...
First choice would be to extend Metacello to support the gitfiletree://
scheme, but since Pharo doesn't necessarily track the latest Metacello changes it might be a long time before the package was actually loaded into the image.
Second choice is to move the method to MetacelloPharo30Platform>>createRepository ... there is no current implementation of that method, so it would be a clean extension .... also perhaps there could be a coordinated move of the method from FileTree to to Metacello for 6.0 which would provide for some slippage ...
I'll have a pull request for the Second Choice very soon ...