Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-2444

list of string output format changed between 1.5.0 and 1.5.1

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 1.5.1
    • 1.5.2
    • None
    • None
    • Ubuntu 7.10, Groovy r10022

    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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              russel Dr. Russel Winder
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: