We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfdd2e commit 9265a9bCopy full SHA for 9265a9b
1 file changed
load-pl.st
@@ -25,4 +25,7 @@ Metacello new
25
onConflict: [ :e | e useIncoming ];
26
onUpgrade: [ :e | e useIncoming ];
27
ignoreImage;
28
- load.
+ load.
29
+
30
+"Need the following fix since Monticello does not do the job"
31
+(Smalltalk at: #GEnumeration) allSubclassesDo: #initializeEnumeration
0 commit comments