Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7.4, 1.8-beta-1
-
Fix Version/s: 1.7.4, 1.8-beta-1
-
Component/s: Compiler
-
Labels:None
-
Number of attachments :
Description
DefaultGroovyMethods.toString() would lead to Groovyier output; e.g. maps would be printed as "[a:1, b:2]" instead of "
{a=1, b=2}".
I'm assuming everyone is happy with this change and hence have committed it (rev. 20477). Should this also go into the 1.7 branch?