Skip to content

Commit 9265a9b

Browse files
committed
fix #730
1 parent ccfdd2e commit 9265a9b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

load-pl.st

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ Metacello new
2525
onConflict: [ :e | e useIncoming ];
2626
onUpgrade: [ :e | e useIncoming ];
2727
ignoreImage;
28-
load.
28+
load.
29+
30+
"Need the following fix since Monticello does not do the job"
31+
(Smalltalk at: #GEnumeration) allSubclassesDo: #initializeEnumeration

0 commit comments

Comments
 (0)