File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
rosetta-test-s/BaselineOfRosettaS Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,19 @@ Class {
44 #category : #BaselineOfRosettaS
55}
66
7- { #category : #' as yet unclassified ' }
7+ { #category : #baseline }
88BaselineOfRosettaS >> baseline: spec [
99 < baseline>
1010 spec
1111 for: #common
1212 do: [ spec blessing: #baseline .
1313 spec
1414 package: ' RosettaS-Core' with: [spec requires: #('OSProcess') ];
15- package: ' RosettaS-Interpreter' ;
15+ package: ' RosettaS-Interpreter' with: [spec requires: #(LispKit) ] ;
1616 package: ' RosettaS-Suites' with: [spec requires: #('Core') ];
17+ package: ' LispKit' with: [spec requires: #('ConsCell' 'Continuation') ]; " Added to repo, as only available via SqueakMap"
18+ package: ' ConsCell' ;
19+ package: ' Continuation' ;
1720 package: ' OSProcess' with: [
1821 spec repository: ' http://www.squeaksource.com/OSProcess' ];
1922 group: ' Core' with: #('RosettaS-Interpreter' 'RosettaS-Core') ;
You can’t perform that action at this time.
0 commit comments