We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3fd7c commit 9d85b51Copy full SHA for 9d85b51
src/BaselineOfFASTPython/BaselineOfFASTPython.class.st
@@ -49,7 +49,6 @@ 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
54
- baseline: 'TreeSitter' with: [ spec repository: 'github://jecisc/Pharo-Tree-Sitter:customizableimporter/src' ]
+ baseline: 'TreeSitter' with: [ spec repository: 'github://Evref-BL/Pharo-Tree-Sitter:main/src' ]
55
]
0 commit comments