diff -r c9845c180bd4 -r 7195866510e1 stx_goodies_newcompiler.st --- a/stx_goodies_newcompiler.st Mon Nov 03 17:02:40 2008 +0000 +++ b/stx_goodies_newcompiler.st Wed Nov 05 18:58:44 2008 +0000 @@ -16,12 +16,13 @@ #'stx:goodies/refactoryBrowser/parser' "RBIdentifierToken - referenced by IRDecompiler>>newVar: " #'stx:goodies/sunit' "TestCase - superclass of IRTransformTest " #'stx:libbasic' "Object - superclass of IRTransformTest " + #'stx:libbasic2' "OrderedDictionary - referenced by IRBytecodeGenerator>>initialize " #'stx:libcomp' "PrimitiveNode - referenced by IRMethod>>initialize " #'stx:libcompat' "Preferences - referenced by IRDecompiler>>removeClosureCreation: " #'stx:libwidg' "ScrollableView - referenced by IRMethod>>inspector2TabIRCode " ) - "Modified: / 03-11-2008 / 18:00:51 / Jan Vrany " + "Modified: / 05-11-2008 / 19:52:40 / Jan Vrany " ! ! !stx_goodies_newcompiler class methodsFor:'description - contents'! @@ -63,7 +64,7 @@ IRTempStore ) - "Modified: / 03-11-2008 / 18:00:51 / Jan Vrany " + "Modified: / 05-11-2008 / 19:52:39 / Jan Vrany " ! extensionMethodNames @@ -73,7 +74,7 @@ Class bindingOf: ) - "Modified: / 03-11-2008 / 18:00:51 / Jan Vrany " + "Modified: / 05-11-2008 / 19:52:39 / Jan Vrany " ! ! !stx_goodies_newcompiler class methodsFor:'description - project information'!