[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);

[jira] [Commented] (GROOVY-7166) Can't build Groovy project due to too long file name

2016-08-19 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-7166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15428262#comment-15428262 ] Stefán Freyr Stefánsson commented on GROOVY-7166: - Well, one thing that m

[jira] [Resolved] (GROOVY-7655) Wrong method is chosen when using super with generics

2016-08-19 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Theodorou resolved GROOVY-7655. -- Resolution: Fixed Assignee: Jochen Theodorou Fix Version/s: 2.5.0-beta-1

[jira] [Commented] (GROOVY-7166) Can't build Groovy project due to too long file name

2016-08-19 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15428170#comment-15428170 ] Jochen Theodorou commented on GROOVY-7166: -- Of course we can check if the file n

[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

[jira] [Commented] (GROOVY-7834) Calling hashCode on IntRange iterates through all elements in the range.

2016-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15428041#comment-15428041 ] ASF GitHub Bot commented on GROOVY-7834: GitHub user upadhyayap opened a pull req

[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

[GitHub] groovy pull request #387: Calculating IntRange hashcode by pairing function

2016-08-19 Thread upadhyayap
Github user upadhyayap closed the pull request at: https://github.com/apache/groovy/pull/387 --- 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

[jira] [Commented] (GROOVY-7834) Calling hashCode on IntRange iterates through all elements in the range.

2016-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15428035#comment-15428035 ] ASF GitHub Bot commented on GROOVY-7834: Github user upadhyayap closed the pull r

[GitHub] groovy pull request #387: Calculating IntRange hashcode by pairing function

2016-08-19 Thread upadhyayap
GitHub user upadhyayap opened a pull request: https://github.com/apache/groovy/pull/387 Calculating IntRange hashcode 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 into

[jira] [Commented] (GROOVY-7834) Calling hashCode on IntRange iterates through all elements in the range.

2016-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15428005#comment-15428005 ] ASF GitHub Bot commented on GROOVY-7834: GitHub user upadhyayap opened a pull req

[jira] [Commented] (GROOVY-7166) Can't build Groovy project due to too long file name

2016-08-19 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-7166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427994#comment-15427994 ] Stefán Freyr Stefánsson commented on GROOVY-7166: - Really? I'm not too fa

[GitHub] groovy pull request #386: Calculating hashCode of IntRange by pairing functi...

2016-08-19 Thread upadhyayap
Github user upadhyayap closed the pull request at: https://github.com/apache/groovy/pull/386 --- 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

[jira] [Commented] (GROOVY-7834) Calling hashCode on IntRange iterates through all elements in the range.

2016-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427986#comment-15427986 ] ASF GitHub Bot commented on GROOVY-7834: Github user upadhyayap closed the pull r

[jira] [Updated] (GROOVY-7909) Calling parents method from trait using Parent.super.method() fail depending on trait declaration order

2016-08-19 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-7909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Collin updated GROOVY-7909: - Priority: Critical (was: Major) > Calling parents method from trait using Parent.super.m

[jira] [Commented] (GROOVY-7834) Calling hashCode on IntRange iterates through all elements in the range.

2016-08-19 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427729#comment-15427729 ] Jochen Theodorou commented on GROOVY-7834: -- which means to ranges with different

[jira] [Commented] (GROOVY-7906) groovy-2.4.7/bin/startGroovy: line 275: syntax error: bad substitution

2016-08-19 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427724#comment-15427724 ] Jochen Theodorou commented on GROOVY-7906: -- what I would like to know is actuall

[jira] [Commented] (GROOVY-7166) Can't build Groovy project due to too long file name

2016-08-19 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427717#comment-15427717 ] Jochen Theodorou commented on GROOVY-7166: -- but the only action we would be able