You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by tkruse <gi...@git.apache.org> on 2015/10/14 16:47:36 UTC

[GitHub] incubator-groovy pull request: GROOVY-7629 ObjectRange duplicate f...

GitHub user tkruse opened a pull request:

    https://github.com/apache/incubator-groovy/pull/143

    GROOVY-7629 ObjectRange duplicate functionality and bad reliance on size()

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tkruse/incubator-groovy groovy-7629-objectrange-size

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-groovy/pull/143.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #143
    
----
commit 18940460c92f47e3658d437676d32ee6d087fc06
Author: Thibault Kruse <th...@gmx.de>
Date:   2015-09-08T12:31:17Z

    Refactor: rename RangeTest to ObjectRangeTest, because it tests ObjectRange only

commit b13a6e0edc43868284c23a634d663450d56600d2
Author: Thibault Kruse <th...@gmx.de>
Date:   2015-10-14T13:45:11Z

    GROOVY-7629 and GROOVY-5426: Use StepIterator for all stepping, avoid calls to size()

commit 28f696145aeee3738a76e7a778cefa187e7f6c96
Author: Thibault Kruse <th...@gmx.de>
Date:   2015-10-14T14:24:50Z

    GROOVY-2972: ObjectRange.size() should return Integer.MAX_VALUE on overflow

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---