March 7, 2015
7:10 p.m.
On 07 Mar 2015, at 19:41, Thierry Goubier <thierry.goubier@gmail.com> wrote:
For example, the following would work :
Gofer it url: 'gitfiletree://github.com/rohitsukhwal/HelloWorld.git?protocol=git'; package: 'HelloWorld'; load
Adding that type of Url in both Gofer and Metacello requires overrides in Zn and Metacello: ugly :(:(
I created an issue to study what (if anything) has to change to ZnUrl in order to help here: https://pharo.fogbugz.com/f/cases/15090/ZnUrl-should-be-able-to-better-suppo... However, the parsing works fine & correct: 'gitfiletree://github.com/rohitsukhwal/HelloWorld.git?protocol=git' asZnUrl which leads me to suspect the problem is in usage. Sven