[jira] [Commented] (GROOVY-8199) Re-enable use of ClassValue for all JDKs

2017-05-23 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022377#comment-16022377 ] Jochen Kemnade commented on GROOVY-8199: Yes, that sounds familiar. See https://g

[jira] [Commented] (GROOVY-8201) methodMissing() is incorrectly called when calling a method on closure owner using this keyword

2017-05-23 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022198#comment-16022198 ] John Wagenleitner commented on GROOVY-8201: --- This appears to be caused by the [

[jira] [Updated] (GROOVY-8202) void tail calls in closures break @CompileStatic type inference

2017-05-23 Thread Joan Karadimov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joan Karadimov updated GROOVY-8202: --- Description: Consider this piece of code: {code:java} class Example { @CompileStatic

[jira] [Created] (GROOVY-8202) void tail calls in closures break @CompileStatic type inference

2017-05-23 Thread Joan Karadimov (JIRA)
Joan Karadimov created GROOVY-8202: -- Summary: void tail calls in closures break @CompileStatic type inference Key: GROOVY-8202 URL: https://issues.apache.org/jira/browse/GROOVY-8202 Project: Groovy

[jira] [Created] (GROOVY-8201) methodMissing() is incorrectly called when calling a method on closure owner using this keyword

2017-05-23 Thread Marcin Erdmann (JIRA)
Marcin Erdmann created GROOVY-8201: -- Summary: methodMissing() is incorrectly called when calling a method on closure owner using this keyword Key: GROOVY-8201 URL: https://issues.apache.org/jira/browse/GROOVY-820

[jira] [Resolved] (GROOVY-8200) Shorthand |= results in NPE

2017-05-23 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Theodorou resolved GROOVY-8200. -- Resolution: Not A Bug Assignee: Jochen Theodorou x|=null is x=x|null, which resul

[jira] [Commented] (GROOVY-8189) OutOfMemoryError with groovy.use.classvalue=false

2017-05-23 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021342#comment-16021342 ] Jochen Theodorou commented on GROOVY-8189: -- But the problem is that a script is

[jira] [Commented] (GROOVY-8199) Re-enable use of ClassValue for all JDKs

2017-05-23 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021339#comment-16021339 ] Jochen Theodorou commented on GROOVY-8199: -- Just to get a summary here somehow a

[jira] [Updated] (GROOVY-8197) Make JUnit3/4 GroovyRunners

2017-05-23 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner updated GROOVY-8197: -- Description: Current {{GroovyShell}} currently has reflective methods to detect and run

[jira] [Closed] (GROOVY-8196) Make TestNG a core GroovyRunner

2017-05-23 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner closed GROOVY-8196. - Resolution: Won't Do Assignee: John Wagenleitner > Make TestNG a core GroovyRunner

[jira] [Commented] (GROOVY-8196) Make TestNG a core GroovyRunner

2017-05-23 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021296#comment-16021296 ] John Wagenleitner commented on GROOVY-8196: --- I will add a note about registerin

[jira] [Created] (GROOVY-8200) Shorthand |= results in NPE

2017-05-23 Thread Daniel Hammer (JIRA)
Daniel Hammer created GROOVY-8200: - Summary: Shorthand |= results in NPE Key: GROOVY-8200 URL: https://issues.apache.org/jira/browse/GROOVY-8200 Project: Groovy Issue Type: Bug Affects Ve

[jira] [Commented] (GROOVY-8194) property access on a list acts like the spread operator

2017-05-23 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021151#comment-16021151 ] Paul King commented on GROOVY-8194: --- Changed to "improvement" rather than "bug" since i

[jira] [Updated] (GROOVY-8194) property access on a list acts like the spread operator

2017-05-23 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8194: -- Issue Type: Improvement (was: Bug) > property access on a list acts like the spread operator > ---

[jira] [Resolved] (GROOVY-8170) Error in note 1 for pseudo-properties: should be "writing" not "reading"

2017-05-23 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-8170. --- Resolution: Fixed Assignee: Paul King Fix Version/s: 2.4.12 Fixed. Thanks for spottin

[jira] [Commented] (GROOVY-8189) OutOfMemoryError with groovy.use.classvalue=false

2017-05-23 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021053#comment-16021053 ] Jochen Kemnade commented on GROOVY-8189: I'd like to be able to clear the caches

[jira] [Updated] (GROOVY-8199) Re-enable use of ClassValue for all JDKs

2017-05-23 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Kemnade updated GROOVY-8199: --- Labels: patch (was: ) > Re-enable use of ClassValue for all JDKs > -

[jira] [Updated] (GROOVY-8199) Re-enable use of ClassValue for all JDKs

2017-05-23 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Kemnade updated GROOVY-8199: --- Attachment: master-0001-GROOVY-8199-GROOVY-7591-GROOVY-7683-remove-groovy.us.patch

[jira] [Created] (GROOVY-8199) Re-enable use of ClassValue for all JDKs

2017-05-23 Thread Jochen Kemnade (JIRA)
Jochen Kemnade created GROOVY-8199: -- Summary: Re-enable use of ClassValue for all JDKs Key: GROOVY-8199 URL: https://issues.apache.org/jira/browse/GROOVY-8199 Project: Groovy Issue Type: Tas

[jira] [Commented] (GROOVY-7535) Groovy category throwing MissingMethodException and MissingPropertyException when using multiple threads

2017-05-23 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020962#comment-16020962 ] Jochen Kemnade commented on GROOVY-7535: Agreed. The current PR looks good to me

[jira] [Updated] (GROOVY-8187) Closure MissingPropertyException

2017-05-23 Thread Jasmin Patel (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jasmin Patel updated GROOVY-8187: - Attachment: Test.groovy > Closure MissingPropertyException > > >

[jira] [Updated] (GROOVY-8187) Closure MissingPropertyException

2017-05-23 Thread Jasmin Patel (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jasmin Patel updated GROOVY-8187: - Attachment: (was: Test.groovy) > Closure MissingPropertyException > -