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

2016-10-14 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/14/16 11:00 PM: -

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

2016-10-14 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/14/16 11:00 PM: -

[jira] [Updated] (GROOVY-3976) Improve "with" by ending with implied "return delegate"

2016-10-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-3976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-3976: -- Description: In this code: {code} class Foo { String bar } def x = new Foo().with { bar = "baz" } {co

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

2016-10-14 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/14/16 8:02 PM: -

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

2016-10-14 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/14/16 7:59 PM: -

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

2016-10-14 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 commented on GROOVY-7970: --- A slightly simpler example (and indicating that it

[jira] [Commented] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime

2016-10-14 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575793#comment-15575793 ] Jochen Theodorou commented on GROOVY-7971: -- I assume that the compiler only chec

[jira] [Created] (GROOVY-7972) Strange compilation error with an "as" cast and a nested generics map

2016-10-14 Thread Maik Igloffstein (JIRA)
Maik Igloffstein created GROOVY-7972: Summary: Strange compilation error with an "as" cast and a nested generics map Key: GROOVY-7972 URL: https://issues.apache.org/jira/browse/GROOVY-7972 Project

[GitHub] groovy pull request #439: Add groovy-macro docs

2016-10-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/439 --- 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] [Created] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime

2016-10-14 Thread Graeme Rocher (JIRA)
Graeme Rocher created GROOVY-7971: - Summary: @CS flow typing incorrectly casting to map at runtime Key: GROOVY-7971 URL: https://issues.apache.org/jira/browse/GROOVY-7971 Project: Groovy Issu

[jira] [Commented] (GROOVY-7964) TimeCategory incorrectly counts days difference between two dates

2016-10-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15574595#comment-15574595 ] Paul King commented on GROOVY-7964: --- Here is a script illustrating the equivalent Groov

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

2016-10-14 Thread Graeme Rocher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graeme Rocher updated GROOVY-7970: -- Summary: Can't call private method from outer class when using anonymous inner classes and @CS

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

2016-10-14 Thread Graeme Rocher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graeme Rocher updated GROOVY-7970: -- Affects Version/s: 2.4.7 > Can't call private method from outer class when using anonymous inne

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

2016-10-14 Thread Graeme Rocher (JIRA)
Graeme Rocher created GROOVY-7970: - Summary: Can't call private method from outer class when using inner classes and @CS Key: GROOVY-7970 URL: https://issues.apache.org/jira/browse/GROOVY-7970 Project