From ef93ecca8cd084e8255fab67d978d8574af735ee Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Sat, 24 Oct 2020 11:13:13 -0500 Subject: [PATCH] Debugging PetitYAML minimal loading. --- .../BaselineOfGrafoscopioUtils.class.st | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repository/BaselineOfGrafoscopioUtils/BaselineOfGrafoscopioUtils.class.st b/repository/BaselineOfGrafoscopioUtils/BaselineOfGrafoscopioUtils.class.st index 81637db..3e88a9e 100644 --- a/repository/BaselineOfGrafoscopioUtils/BaselineOfGrafoscopioUtils.class.st +++ b/repository/BaselineOfGrafoscopioUtils/BaselineOfGrafoscopioUtils.class.st @@ -14,8 +14,7 @@ BaselineOfGrafoscopioUtils >> baseline: spec [ "Dependencies" self fossil: spec. - spec project: 'PetitParser' with: [ - spec + spec baseline: 'PetitParser' with: [spec repository: 'github://moosetechnology/PetitParser/src'; loads: #('Minimal' 'Indent' 'YAML')].