From 1a31bc94a82be347fb02b5dafb860bb5bf9d9bd9 Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Mon, 26 Aug 2024 15:14:28 +0200 Subject: [PATCH] Set version of SmaCC --- src/BaselineOfMoosePy/BaselineOfMoosePy.class.st | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/BaselineOfMoosePy/BaselineOfMoosePy.class.st b/src/BaselineOfMoosePy/BaselineOfMoosePy.class.st index d20081c..aeeaf35 100644 --- a/src/BaselineOfMoosePy/BaselineOfMoosePy.class.st +++ b/src/BaselineOfMoosePy/BaselineOfMoosePy.class.st @@ -39,7 +39,8 @@ BaselineOfMoosePy >> customProjectAttributes [ BaselineOfMoosePy >> pythonParser: spec [ spec baseline: 'PythonParser' with: [ + "For now the up to date version of Smacc is not compatible with the current MoosePy. We need to migrate it" spec - repository: 'github://j-brant/SmaCC:master/src'; + repository: 'github://j-brant/SmaCC:6c3a65cfba8f3293316f57a4456646910d6197d5/src'; loads: #( 'SmaCC_Python' 'SmaCC_Python_Tests' ) ] ]