pharo-wiki icon indicating copy to clipboard operation
pharo-wiki copied to clipboard

Enh for baselines

Open Ducasse opened this issue 5 years ago • 2 comments
trafficstars

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') ]. ];

Ducasse avatar Apr 12 '20 20:04 Ducasse

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

jecisc avatar Apr 13 '20 00:04 jecisc

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

Ducasse avatar Apr 13 '20 11:04 Ducasse