Andreas Raab uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-ar.139.mcz==================== Summary ====================
Name: Compiler-ar.139
Author: ar
Time: 17 April 2010, 5:18:44.704 pm
UUID: c15d727c-a890-224c-b427-5d6eea33efed
Ancestors: Compiler-nice.138
Fix decompilation not to truncate very long decompiled methods.
=============== Diff against Compiler-nice.138 ===============
Item was changed:
----- Method: MethodNode>>decompileString (in category 'converting') -----
decompileString
"Answer a string description of the parse tree whose root is the receiver."
+ ^self fullPrintString
- ^self printString
!