Debugging YAML parser dependencies loading.
This commit is contained in:
parent
37e67b5802
commit
f32c5a11bd
@ -12,14 +12,15 @@ BaselineOfGrafoscopioUtils >> baseline: spec [
|
||||
for: #common
|
||||
do: [
|
||||
"Dependencies"
|
||||
spec baseline: 'PetitParser' with: [ spec repository: 'github://moosetechnology/PetitParser/src' ].
|
||||
self fossil: spec.
|
||||
|
||||
"Groups"
|
||||
spec group: 'PetitParser' with: #('Minimal' 'Indent' 'YAML').
|
||||
|
||||
self fossil: spec.
|
||||
spec project: 'PetitParser' with: [
|
||||
spec
|
||||
repository: 'github://moosetechnology/PetitParser/src';
|
||||
loads: #('Minimal' 'Indent' 'YAML')].
|
||||
|
||||
"Packages"
|
||||
spec package: 'Grafoscopio-Utils' with: [ spec requires: #('Fossil') ]
|
||||
spec package: 'Grafoscopio-Utils' with: [ spec requires: #('Fossil' 'PetitParser') ]
|
||||
]
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user