On ven. 20 avr. 2018 at 15:53, Guillermo Polito <guillermopol...@gmail.com>
wrote:

> Hi all,
>
> IMHO, the problem is not metacello or gofer but the fact that the catalog
> uses the old Metacello API: i.e.,
>
> Gofer new
>   repository: 'zzz';
>   configurationOf: 'XXX';
>   load.
> (ConfigurationOfXXX project version: #YYY) load
>
> instead of the *new* Metacello API
>
> Metacello new
>   repository: 'zzz'
>   configurationOf: 'XXX'
>   loadVersion: #'YYY'
>

This is exactly what I had in mind for "loading via gofer" vs "loading via
Metacello" since I don't know the implementation behind.



>
>>
>
>
> --
>
>
>
> Guille Polito
>
> Research Engineer
>
> Centre de Recherche en Informatique, Signal et Automatique de Lille
>
> CRIStAL - UMR 9189
>
> French National Center for Scientific Research - *http://www.cnrs.fr
> <http://www.cnrs.fr>*
>
>
> *Web:* *http://guillep.github.io* <http://guillep.github.io>
>
> *Phone: *+33 06 52 70 66 13
>
-- 
Cyril Ferlicot
https://ferlicot.fr

Reply via email to