Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.5.1
-
Fix Version/s: 1.5.2
-
Component/s: None
-
Labels:None
-
Environment:Ubuntu 7.10, Groovy r10022
-
Number of attachments :
Description
In Groovy 1.5.0 the script:
def x = [ 'hello' ] ; println ( x )
outputs:
["hello"]
In Subversion HEAD r10022 and I assume Groovy 1.5.1, the same scripts outputs:
[hello]
I think this is an erroneous as well as breaking change.
Issue Links
| This issue relates to: | ||||
| GROOVY-2331 | Println behavior for collections, strings and gstrings [minor breaking change] |
|
|
|
Please see
GROOVY-2331, we just need to marry up these conflicting requests.GROOVY-2331, we just need to marry up these conflicting requests.