You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2020/01/15 15:15:12 UTC

[GitHub] [groovy] blindpirate opened a new pull request #1140: GROOVY-8966 Exclusive NumberRange is converted to inclusive when used by List.getAt(range)

blindpirate opened a new pull request #1140: GROOVY-8966 Exclusive NumberRange is converted to inclusive when used by List.getAt(range)
URL: https://github.com/apache/groovy/pull/1140
 
 
   Previously, when a exclusive NumberRange constructed from non-int type (e.g. long)
   is used in List.getAt(), it will be incorrectly converted to inclusive. This commit
   fixes this issue by introducing a subListBorders() method to NumberRange, which is
   similar to IntRange.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [groovy] danielsun1106 commented on issue #1140: GROOVY-8966 Exclusive NumberRange is converted to inclusive when used by List.getAt(range)

Posted by GitBox <gi...@apache.org>.
danielsun1106 commented on issue #1140: GROOVY-8966 Exclusive NumberRange is converted to inclusive when used by List.getAt(range)
URL: https://github.com/apache/groovy/pull/1140#issuecomment-574914929
 
 
   Merged. Thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [groovy] danielsun1106 merged pull request #1140: GROOVY-8966 Exclusive NumberRange is converted to inclusive when used by List.getAt(range)

Posted by GitBox <gi...@apache.org>.
danielsun1106 merged pull request #1140: GROOVY-8966 Exclusive NumberRange is converted to inclusive when used by List.getAt(range)
URL: https://github.com/apache/groovy/pull/1140
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services