[GitHub] groovy pull request #:

2016-08-07 Thread paulk-asert
Github user paulk-asert commented on the pull request: https://github.com/apache/groovy/commit/584d4d405061a08c317ea1297c2833f93445bcb7#commitcomment-18553681 In src/spec/test/SyntaxTest.groovy: In src/spec/test/SyntaxTest.groovy on line 169: I think we should delete these

[jira] [Commented] (GROOVY-6278) private super class members are not ignored

2016-08-07 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15411231#comment-15411231 ] Paul King commented on GROOVY-6278: --- For completeness, a method example (not just a field) highlighting

[jira] [Comment Edited] (GROOVY-6278) private super class members are not ignored

2016-08-07 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15411142#comment-15411142 ] Paul King edited comment on GROOVY-6278 at 8/8/16 12:44 AM: If you replace

[jira] [Commented] (GROOVY-6278) private super class members are not ignored

2016-08-07 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15411142#comment-15411142 ] Paul King commented on GROOVY-6278: --- If you replace {{return new Bar().x}} with {{def b = new Bar();

[jira] [Updated] (GROOVY-6278) private super class members are not ignored

2016-08-07 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-6278: -- Description: {code:Java} class Foo { private x=2 } class Bar extends Foo{}

[jira] [Resolved] (GROOVY-7807) CompileStatic doesn't call asBoolean

2016-08-07 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Theodorou resolved GROOVY-7807. -- Resolution: Cannot Reproduce Assignee: Jochen Theodorou > CompileStatic doesn't

[jira] [Closed] (GROOVY-6656) Add compiler error when Object.clone method is called in CompileStatic mode. Currently causes VerifyError "Bad access to protected data" at runtime

2016-08-07 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King closed GROOVY-6656. - Resolution: Duplicate > Add compiler error when Object.clone method is called in CompileStatic mode. >

[jira] [Commented] (GROOVY-6656) Add compiler error when Object.clone method is called in CompileStatic mode. Currently causes VerifyError "Bad access to protected data" at runtime

2016-08-07 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410905#comment-15410905 ] Paul King commented on GROOVY-6656: --- This seems to have been fixed in master: {noformat} Method clone

[jira] [Commented] (GROOVY-7807) CompileStatic doesn't call asBoolean

2016-08-07 Thread Johann (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410883#comment-15410883 ] Johann commented on GROOVY-7807: Just tested it with 2.4.4 and couldn't reproduce it. Sorry. >

[jira] [Commented] (GROOVY-7385) Invalid Integer & Long literals compile when they shouldn't

2016-08-07 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410846#comment-15410846 ] John Wagenleitner commented on GROOVY-7385: --- Merged PR with the tests. Thanks. Looks like this

[jira] [Commented] (GROOVY-7385) Invalid Integer & Long literals compile when they shouldn't

2016-08-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410845#comment-15410845 ] ASF GitHub Bot commented on GROOVY-7385: Github user asfgit closed the pull request at:

[GitHub] groovy pull request #373: Add tests for valid and invalid integer literals (...

2016-08-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/373 --- 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

[jira] [Commented] (GROOVY-7807) CompileStatic doesn't call asBoolean

2016-08-07 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15410839#comment-15410839 ] John Wagenleitner commented on GROOVY-7807: --- [~johann] we are not able reproduce the issue, are