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

Groovysh: Command hyphen checker breaks sane code cases

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.4.0-beta-3
    • 2.4.0-beta-4
    • Groovysh
    • None

    Description

      To reproduce, start groovysh

      groovy:000> map = [:]
      ===> [:]
      groovy:000> map.put('a', 77)
      ERROR java.lang.IllegalArgumentException:
      Missing closing '

      This is due to some tiny oversight from GROOVY 6942.
      PR is ready. I suggest merging into 2.4.0, as groovysh is unusable else.

      Attachments

        Issue Links

          Activity

            People

              pschumacher Pascal Schumacher
              tkruse Thibault Kruse
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: