[ 
https://issues.apache.org/jira/browse/GROOVY-7552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944961#comment-14944961
 ] 

Jochen Kemnade commented on GROOVY-7552:
----------------------------------------

Thanks for taking care of that.
Yes, the patches are the same, but they are different from the first one I 
submitted (and deleted today), which had a broken test *and* a wrong 
implementation.

> add org.codehaus.groovy.runtime.DefaultGroovyMethods.isEmpty(Iterable)
> ----------------------------------------------------------------------
>
>                 Key: GROOVY-7552
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7552
>             Project: Groovy
>          Issue Type: Improvement
>          Components: groovy-jdk
>    Affects Versions: 2.4.5
>            Reporter: Jochen Kemnade
>            Priority: Minor
>              Labels: patch-available
>         Attachments: 
> 0001-add-org.codehaus.groovy.runtime.DefaultGroovyMethods-fixed.patch, 
> 0001-add-org.codehaus.groovy.runtime.DefaultGroovyMethods.patch
>
>
> {code}
> def items = [1]
> def iterable = { [ hasNext:{ !items.isEmpty() }, next:{ items.pop() } ] as 
> Iterator } as Iterable
> assert !iterable.isEmpty()
> iterable.next()
> assert iterable.isEmpty()
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to