Paul King created GROOVY-11604:
----------------------------------

             Summary: Add returnEarly boolean variant for DGM#chop
                 Key: GROOVY-11604
                 URL: https://issues.apache.org/jira/browse/GROOVY-11604
             Project: Groovy
          Issue Type: Improvement
            Reporter: Paul King


To support these two differing behaviors:
{code:groovy}
assert ['a', 'b', 'c', 'd', 'e'].chop(false, 1, 2, 3, 3, 3) == [['a'], ['b', 
'c'], ['d', 'e'], [], []]
assert ['a', 'b', 'c', 'd', 'e'].chop(true, 1, 2, 3, 3, 3) == [['a'], ['b', 
'c'], ['d', 'e']]
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to