pharo-open-documentation / pharo-wiki

Wiki related to the Pharo programming language and environment.
https://twitter.com/PharoOpen
Creative Commons Attribution 4.0 International
247 stars 76 forks source link

Enh for baselines #306

Closed Ducasse closed 1 year ago

Ducasse commented 4 years ago

It is not clear how to load a group in the baseline dependency

spec
                project: 'PetitParser'
                    with: [ 
                        spec 
                            baseline: 'PetitParser' 
                            with: [ spec repository: 'github://moosetechnology/PetitParser:v2.2.0/src'.
                                spec loads: #('Tests') ]. ];
jecisc commented 4 years ago

This is explained in the section https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md#define-external-dependencies

Ducasse commented 4 years ago

Ok I could not find it. May be we promote as a subsection with Loading Group in the title.