@@ -10,25 +10,26 @@ BaselineOfMoosePy >> baseline: spec [
1010
1111 < baseline>
1212 spec for: #common do: [
13- self
14- gitBridge: spec;
15- treeSitterFamixIntegration: spec.
13+ self
14+ gitBridge: spec;
15+ treeSitterFamixIntegration: spec.
1616
17- spec
18- package: ' Famix-Python-Entities' ;
19- package: ' Famix-Python-Generator' ;
20- package: ' Famix-Python-Importer' with: [ spec requires: #( 'Famix-Python-Entities' 'TreeSitterFamixIntegration') ];
21- package: ' Famix-Python-Importer-Tests' with: [ spec requires: #( 'Famix-Python-Importer' 'GitBridge' ) ].
17+ spec
18+ package: ' Famix-Python-Entities' ;
19+ package: ' Famix-Python-Generator' ;
20+ package: ' Famix-Python-Tests' with: [ spec requires: #( 'Famix-Python-Entities' 'Famix-Python-Generator' ) ];
21+ package: ' Famix-Python-Importer' with: [ spec requires: #( 'Famix-Python-Entities' 'TreeSitterFamixIntegration' ) ];
22+ package: ' Famix-Python-Importer-Tests' with: [ spec requires: #( 'Famix-Python-Importer' 'GitBridge' ) ].
2223
23- spec
24- group: ' Core' with: #( 'Famix-Python-Entities' 'Famix-Python-Importer' 'Famix-Python-Importer-Tests' ) ;
25- group: ' Generator' with: #( 'Core' 'Famix-Python-Generator' ) ].
24+ spec
25+ group: ' Core' with: #( 'Famix-Python-Entities' 'Famix-Python-Importer' 'Famix-Python-Importer-Tests' 'Famix-Python -Tests' ) ;
26+ group: ' Generator' with: #( 'Core' 'Famix-Python-Generator' ) ].
2627
2728 spec for: #NeedsFamix do: [
28- spec baseline: ' Famix' with: [ spec repository: ' github://moosetechnology/Famix:development/src' ].
29- spec
30- package: ' Famix-Python-Entities' with: [ spec requires: #( Famix ) ];
31- package: ' Famix-Python-Generator' with: [ spec requires: #( Famix ) ] ]
29+ spec baseline: ' Famix' with: [ spec repository: ' github://moosetechnology/Famix:development/src' ].
30+ spec
31+ package: ' Famix-Python-Entities' with: [ spec requires: #( Famix ) ];
32+ package: ' Famix-Python-Generator' with: [ spec requires: #( Famix ) ] ]
3233]
3334
3435{ #category : ' accessing' }
0 commit comments