[GitHub] groovy pull request #388: Calculating hashcode of IntRange by pairing functi...

2016-08-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/388 --- 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 enab

[GitHub] groovy pull request #388: Calculating hashcode of IntRange by pairing functi...

2016-08-19 Thread upadhyayap
Github user upadhyayap commented on a diff in the pull request: https://github.com/apache/groovy/pull/388#discussion_r75509146 --- Diff: src/main/groovy/lang/IntRange.java --- @@ -415,4 +415,14 @@ public void step(int step, Closure closure) { step(step, adapter);

[GitHub] groovy pull request #388: Calculating hashcode of IntRange by pairing functi...

2016-08-19 Thread upadhyayap
Github user upadhyayap commented on a diff in the pull request: https://github.com/apache/groovy/pull/388#discussion_r75508864 --- Diff: src/main/groovy/lang/IntRange.java --- @@ -415,4 +415,14 @@ public void step(int step, Closure closure) { step(step, adapter);

[GitHub] groovy pull request #388: Calculating hashcode of IntRange by pairing functi...

2016-08-19 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/388#discussion_r75499884 --- Diff: src/main/groovy/lang/IntRange.java --- @@ -415,4 +415,14 @@ public void step(int step, Closure closure) { step(step, adapter);

[GitHub] groovy pull request #388: Calculating hashcode of IntRange by pairing functi...

2016-08-19 Thread upadhyayap
Github user upadhyayap commented on a diff in the pull request: https://github.com/apache/groovy/pull/388#discussion_r75469060 --- Diff: src/test/groovy/lang/IntRangeTest.groovy --- @@ -138,4 +138,15 @@ class IntRangeTest extends GroovyTestCase { assert bs[-1..<-7].toSt

[GitHub] groovy pull request #388: Calculating hashcode of IntRange by pairing functi...

2016-08-19 Thread upadhyayap
GitHub user upadhyayap opened a pull request: https://github.com/apache/groovy/pull/388 Calculating hashcode of IntRange by pairing function https://issues.apache.org/jira/browse/GROOVY-7834?jql=project%20%3D%20GROOVY%20AND%20id%20%3D%20GROOVY-7834 You can merge this pull request i