We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb0fca commit 6d650e9Copy full SHA for 6d650e9
1 file changed
smalltalk.ston
@@ -0,0 +1,13 @@
1
+SmalltalkCISpec {
2
+ #loading : [
3
+ SCIMetacelloLoadSpec {
4
+ #baseline : 'MessagePack',
5
+ #directory : 'repository',
6
+ #load : [ 'default' ],
7
+ #onConflict : #useLoaded,
8
+ #useLatestMetacello : false,
9
+ #onWarningLog : true,
10
+ #platforms : [ #pharo, #squeak ]
11
+ }
12
+ ]
13
+}
0 commit comments