[jira] [Commented] (GROOVY-7995) Short syntax of closure call invokes wrong closure if wrapped in another closure and @CompileStatic is applied

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

[jira] [Commented] (GROOVY-7995) Short syntax of closure call invokes wrong closure if wrapped in another closure and @CompileStatic is applied

2016-11-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15655980#comment-15655980 ] ASF GitHub Bot commented on GROOVY-7995: GitHub user blindpirate reopened a pull

[GitHub] groovy pull request #460: GROOVY-7995: Short syntax of closure call invokes ...

2016-11-10 Thread blindpirate
Github user blindpirate closed the pull request at: https://github.com/apache/groovy/pull/460 --- 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

[GitHub] groovy pull request #460: GROOVY-7995: Short syntax of closure call invokes ...

2016-11-10 Thread blindpirate
GitHub user blindpirate reopened a pull request: https://github.com/apache/groovy/pull/460 GROOVY-7995: Short syntax of closure call invokes wrong closure if wrapped in another closure and @CompileStatic is applied You can merge this pull request into a Git repository by running:

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

2016-11-10 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15655265#comment-15655265 ] Paul King commented on GROOVY-7970: --- Even though this is a bug fix, the fix relies on s

[jira] [Commented] (GROOVY-7994) Anonymous inner class believes protected method in parent's superclass returns Object

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

[GitHub] groovy pull request #459: GROOVY-7994: Anonymous inner class believes protec...

2016-11-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/459 --- 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-7970) Can't call private method from outer class when using anonymous inner classes and @CS

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

[GitHub] groovy pull request #452: GROOVY-7970: Can't call private method from outer ...

2016-11-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/452 --- 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] [Updated] (GROOVY-7997) calling method having a Bigdecimal parameter with a long produces incorrect bigdecimal

2016-11-10 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner updated GROOVY-7997: -- Description: Assume the following example: {code} def x = Random.newInstance().nextLong

[jira] [Commented] (GROOVY-7995) Short syntax of closure call invokes wrong closure if wrapped in another closure and @CompileStatic is applied

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

[GitHub] groovy pull request #460: GROOVY-7995: Short syntax of closure call invokes ...

2016-11-10 Thread blindpirate
GitHub user blindpirate opened a pull request: https://github.com/apache/groovy/pull/460 GROOVY-7995: Short syntax of closure call invokes wrong closure if wrapped in another closure and @CompileStatic is applied You can merge this pull request into a Git repository by running:

[jira] [Created] (GROOVY-7999) Disallow automatic String conversion in static compilation context

2016-11-10 Thread Graeme Rocher (JIRA)
Graeme Rocher created GROOVY-7999: - Summary: Disallow automatic String conversion in static compilation context Key: GROOVY-7999 URL: https://issues.apache.org/jira/browse/GROOVY-7999 Project: Groovy

[jira] [Created] (GROOVY-7998) Disallow automatic String conversion in static compilation context

2016-11-10 Thread Graeme Rocher (JIRA)
Graeme Rocher created GROOVY-7998: - Summary: Disallow automatic String conversion in static compilation context Key: GROOVY-7998 URL: https://issues.apache.org/jira/browse/GROOVY-7998 Project: Groovy

[jira] [Created] (GROOVY-7997) calling method having a Bigdecimal parameter with a long produces incorrect bigdecimal

2016-11-10 Thread Detlef Brendle (JIRA)
Detlef Brendle created GROOVY-7997: -- Summary: calling method having a Bigdecimal parameter with a long produces incorrect bigdecimal Key: GROOVY-7997 URL: https://issues.apache.org/jira/browse/GROOVY-7997

[jira] [Commented] (GROOVY-7996) Using with method with a closure that references a protected property produces ClassCastException

2016-11-10 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15653877#comment-15653877 ] Paul King commented on GROOVY-7996: --- I haven't looked into why yet but if the bar field

[jira] [Created] (GROOVY-7996) Using with method with a closure that references a protected property produces ClassCastException

2016-11-10 Thread Graeme Rocher (JIRA)
Graeme Rocher created GROOVY-7996: - Summary: Using with method with a closure that references a protected property produces ClassCastException Key: GROOVY-7996 URL: https://issues.apache.org/jira/browse/GROOVY-799