Debugging YAML parser dependencies loading.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-10-24 10:50:53 -05:00
parent 37e67b5802
commit f32c5a11bd
1 changed files with 7 additions and 6 deletions

View File

@ -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') ]
]
]