[jira] [Commented] (GROOVY-2456) Support in-Keyword for Strings

2016-08-26 Thread Mauro Molinari (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15438679#comment-15438679 ] Mauro Molinari commented on GROOVY-2456: Just to link the two issues womehow... A

[jira] [Created] (GROOVY-7919) Unexpected behaviour of in operator on an Iterable

2016-08-26 Thread Mauro Molinari (JIRA)
Mauro Molinari created GROOVY-7919: -- Summary: Unexpected behaviour of in operator on an Iterable Key: GROOVY-7919 URL: https://issues.apache.org/jira/browse/GROOVY-7919 Project: Groovy Issue

[GitHub] groovy pull request #397: GROOVY-7916: MissingPropertyException when accessi...

2016-08-26 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/397#discussion_r76406515 --- Diff: src/main/org/codehaus/groovy/control/ResolveVisitor.java --- @@ -852,6 +858,21 @@ protected Expression transformPropertyExpression(PropertyExpre

[jira] [Commented] (GROOVY-7916) MissingPropertyException when accessing a static inner class member from a sub class

2016-08-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15438839#comment-15438839 ] ASF GitHub Bot commented on GROOVY-7916: Github user paulk-asert commented on a d

[GitHub] groovy pull request #397: GROOVY-7916: MissingPropertyException when accessi...

2016-08-26 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/397#discussion_r76406865 --- Diff: src/main/org/codehaus/groovy/control/ResolveVisitor.java --- @@ -852,6 +858,21 @@ protected Expression transformPropertyExpression(PropertyExpre

[jira] [Commented] (GROOVY-7916) MissingPropertyException when accessing a static inner class member from a sub class

2016-08-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15438842#comment-15438842 ] ASF GitHub Bot commented on GROOVY-7916: Github user paulk-asert commented on a d

[GitHub] groovy pull request #398: Document error fix: instantiation using wrong para...

2016-08-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/398 --- 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-7836) CompileStatic + static inner class + EqualsAndHashCode gives VerifyError in equals

2016-08-26 Thread Jason Winnebeck (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15439270#comment-15439270 ] Jason Winnebeck commented on GROOVY-7836: - Thanks, I can confirm this was fixed i

[jira] [Created] (GROOVY-7920) Simple getAt example produces a BUG exception

2016-08-26 Thread Panayotis Katsaloulis (JIRA)
Panayotis Katsaloulis created GROOVY-7920: - Summary: Simple getAt example produces a BUG exception Key: GROOVY-7920 URL: https://issues.apache.org/jira/browse/GROOVY-7920 Project: Groovy

[jira] [Updated] (GROOVY-7920) Simple getAt example produces a BUG exception

2016-08-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7920: -- Description: When I created this simple class: {code} package com.panayotis import groovy.transform.Com

[jira] [Commented] (GROOVY-7920) Simple getAt example produces a BUG exception

2016-08-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15440567#comment-15440567 ] Paul King commented on GROOVY-7920: --- Not related to gradle. We should obviously handle

[GitHub] groovy pull request #399: GROOVY-7920: Simple getAt example produces a BUG e...

2016-08-26 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/399 GROOVY-7920: Simple getAt example produces a BUG exception You can merge this pull request into a Git repository by running: $ git pull https://github.com/paulk-asert/groovy groovy7920 Al

[jira] [Commented] (GROOVY-7920) Simple getAt example produces a BUG exception

2016-08-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15440674#comment-15440674 ] ASF GitHub Bot commented on GROOVY-7920: GitHub user paulk-asert opened a pull re

[jira] [Updated] (GROOVY-7920) Simple getAt example produces a BUG exception

2016-08-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7920: -- Description: When I created this simple class: {code} package com.panayotis import groovy.transform.Com