[jira] [Commented] (GROOVY-8649) Class loading in Groovy 2.5 breaks class loading hierarchy

2018-06-18 Thread Alexander Veit (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16516716#comment-16516716 ] Alexander Veit commented on GROOVY-8649: Thank you John, your suggested workarou

[jira] [Commented] (GROOVY-8637) @NamedVariant processing error

2018-06-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16516663#comment-16516663 ] ASF GitHub Bot commented on GROOVY-8637: Github user asfgit closed the pull requ

[GitHub] groovy pull request #758: GROOVY-8637: @NamedVariant processing error

2018-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/758 ---

[jira] [Commented] (GROOVY-8627) Compile error using NamedParam with value

2018-06-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16516655#comment-16516655 ] ASF GitHub Bot commented on GROOVY-8627: Github user asfgit closed the pull requ

[GitHub] groovy pull request #759: GROOVY-8627: Compile error using NamedParam with v...

2018-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/759 ---

[jira] [Resolved] (GROOVY-8614) Invalid reference generated in InnerClasses attribute for nested interface

2018-06-18 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner resolved GROOVY-8614. --- Resolution: Fixed Assignee: John Wagenleitner Fix Version/s: 2.5.1

[GitHub] groovy pull request #756: GROOVY-8614: Invalid reference generated in InnerC...

2018-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/756 ---

[jira] [Commented] (GROOVY-8614) Invalid reference generated in InnerClasses attribute for nested interface

2018-06-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16516475#comment-16516475 ] ASF GitHub Bot commented on GROOVY-8614: Github user asfgit closed the pull requ

[jira] [Commented] (GROOVY-8224) Stubs for classes implementing traits with fields don't include getters/setters

2018-06-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16516393#comment-16516393 ] Paul King commented on GROOVY-8224: --- This is a known short-coming of the stub approach

[jira] [Created] (GROOVY-8651) Method override weaker access check does not fully account for package-private visibility

2018-06-18 Thread Eric Milles (JIRA)
Eric Milles created GROOVY-8651: --- Summary: Method override weaker access check does not fully account for package-private visibility Key: GROOVY-8651 URL: https://issues.apache.org/jira/browse/GROOVY-8651

[jira] [Commented] (GROOVY-8649) Class loading in Groovy 2.5 breaks class loading hierarchy

2018-06-18 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16516175#comment-16516175 ] John Wagenleitner commented on GROOVY-8649: --- This might be due to the new clas

[jira] [Commented] (GROOVY-8008) @CompileStatic causes failure to compile Groovy class that calls overloaded Java method

2018-06-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16516103#comment-16516103 ] ASF GitHub Bot commented on GROOVY-8008: Github user jwagenleitner commented on

[GitHub] groovy pull request #757: GROOVY-8008: AIOOB inner class ctor params with ru...

2018-06-18 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/757#discussion_r196172656 --- Diff: src/main/java/org/codehaus/groovy/vmplugin/v5/Java5.java --- @@ -405,6 +408,32 @@ public void configureClassNode(CompileUnit compileUnit, Cla

[jira] [Created] (GROOVY-8650) New line between prefix operator and operand

2018-06-18 Thread Daniil Ovchinnikov (JIRA)
Daniil Ovchinnikov created GROOVY-8650: -- Summary: New line between prefix operator and operand Key: GROOVY-8650 URL: https://issues.apache.org/jira/browse/GROOVY-8650 Project: Groovy Iss

[jira] [Commented] (GROOVY-8627) Compile error using NamedParam with value

2018-06-18 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515959#comment-16515959 ] Eric Milles commented on GROOVY-8627: - Thanks for the patch.  This {{NamedVariant}}

[jira] [Commented] (GROOVY-8644) Groovy 2.5 binary JARs not available at Maven Central

2018-06-18 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515953#comment-16515953 ] Eric Milles commented on GROOVY-8644: - Is there a groovy-all.pom for the "indy" vari

[jira] [Created] (GROOVY-8649) Class loading in Groovy 2.5 breaks class loading hierarchy

2018-06-18 Thread Alexander Veit (JIRA)
Alexander Veit created GROOVY-8649: -- Summary: Class loading in Groovy 2.5 breaks class loading hierarchy Key: GROOVY-8649 URL: https://issues.apache.org/jira/browse/GROOVY-8649 Project: Groovy