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

('00'..'10').each{println it} stalls VM

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.0-JSR-2
    • 1.0-JSR-4
    • groovy-jdk
    • None

    Description

      ('00'..'10').each

      {println it} stalls VM

      while that ran fine in Classic Groovy.

      what still works is ('00'..'01').each{println it}

      I'm not sure this should be supported at all, but the current behaviour is certainly not what we want.

      Attachments

        Activity

          People

            blackdrag Jochen Theodorou
            codevise Dierk König
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: