diff -r 9c1e160e9688 -r 4c372f8296b9 cvut_stx_goodies_newcompiler.st --- a/cvut_stx_goodies_newcompiler.st Wed Apr 06 21:17:27 2011 +0000 +++ b/cvut_stx_goodies_newcompiler.st Sat May 07 13:19:45 2011 +0000 @@ -41,14 +41,14 @@ ^ #( " or ( attributes...) in load order" IRBuilder - IRBuilderTest + (IRBuilderTest autoload) IRBytecodeGenerator IRFunction IRInstruction IRInterpreter IRSequence IRStackCount - IRTransformTest + (IRTransformTest autoload) #'cvut_stx_goodies_newcompiler' IRAccess IRClosure @@ -128,7 +128,7 @@ "Return a SVN revision number of myself. This number is updated after a commit" - ^ "$SVN-Revision:"'30'"$" + ^ "$SVN-Revision:"'34M'"$" ! ! !cvut_stx_goodies_newcompiler class methodsFor:'documentation'!