> On 07 Mar 2015, at 19:41, Thierry Goubier <[email protected]> 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-support-more-yet-unknown-schemes

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

Reply via email to