[GitHub] groovy pull request #449: GROOVY-7932: generate bridge methods for private c...

2016-10-15 Thread shils
GitHub user shils opened a pull request: https://github.com/apache/groovy/pull/449 GROOVY-7932: generate bridge methods for private constructors during … …static compilation You can merge this pull request into a Git repository by running: $ git pull https://github.com/shil

[jira] [Commented] (GROOVY-7932) Cannot call private constructor from closures with @CompileStatic

2016-10-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15578506#comment-15578506 ] ASF GitHub Bot commented on GROOVY-7932: GitHub user shils opened a pull request:

[jira] [Comment Edited] (GROOVY-7970) Can't call private method from outer class when using anonymous inner classes and @CS

2016-10-15 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576333#comment-15576333 ] Paul King edited comment on GROOVY-7970 at 10/15/16 9:02 PM: -

[jira] [Comment Edited] (GROOVY-7970) Can't call private method from outer class when using anonymous inner classes and @CS

2016-10-15 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576333#comment-15576333 ] Paul King edited comment on GROOVY-7970 at 10/15/16 9:03 PM: -

[jira] [Assigned] (GROOVY-7948) tab completion for static imports in groovysh does not work

2016-10-15 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner reassigned GROOVY-7948: - Assignee: John Wagenleitner > tab completion for static imports in groovysh does

[GitHub] groovy pull request #438: GROOVY-7948: fix completion of static imports in g...

2016-10-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/438 --- 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-7948) tab completion for static imports in groovysh does not work

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

[jira] [Resolved] (GROOVY-7948) tab completion for static imports in groovysh does not work

2016-10-15 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner resolved GROOVY-7948. --- Resolution: Fixed Fix Version/s: 2.4.8 Thanks for reporting the issue and for

[GitHub] groovy pull request #446: GROOVY-7291 Declaration of double variable without...

2016-10-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/446 --- 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-7291) Declaration of double variable without value assignment referrenced in closure

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

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

2016-10-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15579439#comment-15579439 ] ASF GitHub Bot commented on GROOVY-7909: Github user jwagenleitner commented on a

[GitHub] groovy pull request #432: GROOVY-7909 Calling parents method from trait usin...

2016-10-15 Thread jwagenleitner
Github user jwagenleitner commented on a diff in the pull request: https://github.com/apache/groovy/pull/432#discussion_r83546094 --- Diff: src/main/org/codehaus/groovy/transform/trait/SuperCallTraitTransformer.java --- @@ -36,13 +38,19 @@ import java.util.List;

[jira] [Resolved] (GROOVY-7291) Declaration of double variable without value assignment referrenced in closure

2016-10-15 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner resolved GROOVY-7291. --- Resolution: Fixed Assignee: John Wagenleitner Fix Version/s: 2.4.8 Th