Re: [Pharo-users] Metacello load baselines/configurations only

2018-10-03 Thread Dale Henrichs

Use the Metacello `get` command:

    Metacello new
        repository: '...';
        get

Just the baseline (or Configuration) will be loaded.

Dale

On 10/02/2018 11:34 PM, Peter Uhnak wrote:

Hi,

is there a way to instruct Metacello to only install 
BaselineOfs/ConfigurationOfs instead of the entire project? For the 
purposes of analyzing dependencies.


Thanks,
Peter





Re: [Pharo-users] Metacello load baselines/configurations only

2018-10-03 Thread Guillermo Polito
On Wed, Oct 3, 2018 at 9:28 AM Norbert Hartl  wrote:

>
>
> > Am 03.10.2018 um 08:34 schrieb Peter Uhnak :
> >
> > Hi,
> >
> > is there a way to instruct Metacello to only install
> BaselineOfs/ConfigurationOfs instead of the entire project? For the
> purposes of analyzing dependencies.
> >
> Isn‘t this the case if you use fetch instead if load?
>

Yeh, but I don't think fetch is recursive...
You have also #record that will return a list of things to load.


>
> Norbert
>
> > Thanks,
> > Peter
>
>
>

-- 



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
*


*Web:* *http://guillep.github.io* 

*Phone: *+33 06 52 70 66 13


Re: [Pharo-users] Metacello load baselines/configurations only

2018-10-03 Thread Norbert Hartl



> Am 03.10.2018 um 08:34 schrieb Peter Uhnak :
> 
> Hi,
> 
> is there a way to instruct Metacello to only install 
> BaselineOfs/ConfigurationOfs instead of the entire project? For the purposes 
> of analyzing dependencies.
> 
Isn‘t this the case if you use fetch instead if load?

Norbert

> Thanks,
> Peter




[Pharo-users] Metacello load baselines/configurations only

2018-10-02 Thread Peter Uhnak
Hi,

is there a way to instruct Metacello to only install
BaselineOfs/ConfigurationOfs instead of the entire project? For the
purposes of analyzing dependencies.

Thanks,
Peter