[jira] [Commented] (GROOVY-7591) Use of ClassValue causes major memory leak

2016-05-07 Thread Jex Jexler (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275469#comment-15275469 ] Jex Jexler commented on GROOVY-7591: Ah, I see, looks like at least these two issues

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

2016-05-07 Thread howard zhang (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] howard zhang updated GROOVY-7834: - Description: {code} new IntRange(0, Integer.MAX_VALUE-1).hashCode() {code} The above code takes a

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

2016-05-07 Thread howard zhang (JIRA)
howard zhang created GROOVY-7834: Summary: Calling hashCode on IntRange iterates through all elements in the range. Key: GROOVY-7834 URL: https://issues.apache.org/jira/browse/GROOVY-7834 Project: Gro

[jira] [Commented] (GROOVY-7682) JsonBuilder or JsonOutput incompatible with JodaTime

2016-05-07 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275386#comment-15275386 ] John Wagenleitner commented on GROOVY-7682: --- I think that approach would be goo

[jira] [Commented] (GROOVY-7591) Use of ClassValue causes major memory leak

2016-05-07 Thread Jex Jexler (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275380#comment-15275380 ] Jex Jexler commented on GROOVY-7591: This issue puzzles me, because I observe *exactl

[jira] [Commented] (GROOVY-7682) JsonBuilder or JsonOutput incompatible with JodaTime

2016-05-07 Thread Andre Steingress (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275358#comment-15275358 ] Andre Steingress commented on GROOVY-7682: -- When having a look at Jackson, I saw

[jira] [Resolved] (GROOVY-7793) Compiler compiles class with private abstract method

2016-05-07 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved GROOVY-7793. --- Resolution: Fixed Assignee: Pascal Schumacher Fix Version/s: 2.4.7 Pu

[jira] [Commented] (GROOVY-7793) Compiler compiles class with private abstract method

2016-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275323#comment-15275323 ] ASF GitHub Bot commented on GROOVY-7793: Github user asfgit closed the pull reque

[GitHub] groovy pull request: GROOVY-7793: Compiler compiles class with pri...

2016-05-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/328 --- 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

[jira] [Commented] (GROOVY-7697) GroovyScriptEngine.loadScriptByName doesn't support environment variable "groovy.ast"

2016-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275316#comment-15275316 ] ASF GitHub Bot commented on GROOVY-7697: GitHub user andresteingress opened a pul

[GitHub] groovy pull request: GROOVY-7697: GroovyScriptEngine.loadScriptByN...

2016-05-07 Thread andresteingress
GitHub user andresteingress opened a pull request: https://github.com/apache/groovy/pull/330 GROOVY-7697: GroovyScriptEngine.loadScriptByName doesn't support envi… …ronment variable "groovy.ast" This PR fixes an issue where the "groovy.ast" dump (only god, its author an

[jira] [Commented] (GROOVY-7793) Compiler compiles class with private abstract method

2016-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275298#comment-15275298 ] ASF GitHub Bot commented on GROOVY-7793: Github user andresteingress commented on

[GitHub] groovy pull request: GROOVY-7793: Compiler compiles class with pri...

2016-05-07 Thread andresteingress
Github user andresteingress commented on a diff in the pull request: https://github.com/apache/groovy/pull/328#discussion_r62419225 --- Diff: src/test/org/codehaus/groovy/classgen/ClassCompletionVerifierTest.java --- @@ -73,13 +73,22 @@ "Method 'prom' is protected

[jira] [Resolved] (GROOVY-7604) traits docs diamond problem explanation

2016-05-07 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved GROOVY-7604. --- Resolution: Fixed Assignee: Pascal Schumacher Fix Version/s: 2.4.7 Pu

[jira] [Commented] (GROOVY-7604) traits docs diamond problem explanation

2016-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275232#comment-15275232 ] ASF GitHub Bot commented on GROOVY-7604: Github user asfgit closed the pull reque

[GitHub] groovy pull request: GROOVY-7604: traits docs diamond problem expl...

2016-05-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/327 --- 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

[jira] [Commented] (GROOVY-7793) Compiler compiles class with private abstract method

2016-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275228#comment-15275228 ] ASF GitHub Bot commented on GROOVY-7793: Github user PascalSchumacher commented o

[GitHub] groovy pull request: GROOVY-7793: Compiler compiles class with pri...

2016-05-07 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/groovy/pull/328#discussion_r62416234 --- Diff: src/test/org/codehaus/groovy/classgen/ClassCompletionVerifierTest.java --- @@ -73,13 +73,22 @@ "Method 'prom' is protected

[jira] [Commented] (GROOVY-7833) exception in phase 'conversion'

2016-05-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275159#comment-15275159 ] ASF GitHub Bot commented on GROOVY-7833: GitHub user blackdrag opened a pull requ

[GitHub] groovy pull request: GROOVY-7833: let grape ignore runner lines wi...

2016-05-07 Thread blackdrag
GitHub user blackdrag opened a pull request: https://github.com/apache/groovy/pull/329 GROOVY-7833: let grape ignore runner lines with hash to enable comments. When getting a groovy jar via grab, there will be a TestNG runner configuration in the jar. This configuration contains the