We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5dc762 commit cdd7c61Copy full SHA for cdd7c61
1 file changed
src/BaselineOfFASTPython/BaselineOfFASTPython.class.st
@@ -49,6 +49,7 @@ BaselineOfFASTPython >> projectClass [
49
50
{ #category : 'dependencies' }
51
BaselineOfFASTPython >> treeSitter: spec [
52
+ self flag: #todo. "Do a PR to TreeSitter and use 'github://Evref-BL/Pharo-Tree-Sitter:main/src'"
53
spec
- baseline: 'TreeSitter' with: [ spec repository: 'github://Evref-BL/Pharo-Tree-Sitter:main/src' ]
54
+ baseline: 'TreeSitter' with: [ spec repository: 'github://jecisc/Pharo-Tree-Sitter:customizableimporter/src' ]
55
]
0 commit comments