[jira] [Commented] (GROOVY-8586) Support Java 9 ARM blocks

2018-05-15 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16475330#comment-16475330 ] Daniel Sun commented on GROOVY-8586: Examples:

[jira] [Updated] (GROOVY-8564) Added support for Java like raw string literals

2018-05-15 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8564: --- Issue Type: New Feature (was: Bug) > Added support for Java like raw string literals >

[GitHub] groovy pull request #706: GROOVY-8355: Instanceof inference does not work on...

2018-05-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/706 ---

[jira] [Commented] (GROOVY-8355) Instanceof inference does not work on field assigning

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

[jira] [Resolved] (GROOVY-6938) Wrong error reported by @CompileStatic when overriding a method returning a parameterized value

2018-05-15 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-6938. Resolution: Fixed Assignee: Daniel Sun Fix Version/s: 2.5.0-rc-3

[jira] [Commented] (GROOVY-8585) too many accessedVariable

2018-05-15 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16475894#comment-16475894 ] Daniel Sun commented on GROOVY-8585: [~paulk] Thanks for your explanation :) > too many

[jira] [Commented] (GROOVY-6668) Static compiler doesn't coerce GString for getAt() call

2018-05-15 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16475953#comment-16475953 ] Daniel Sun commented on GROOVY-6668: [~melix] It's better to support this case. Groovy users always

[jira] [Commented] (GROOVY-8355) Instanceof inference does not work on field assigning

2018-05-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16475689#comment-16475689 ] ASF GitHub Bot commented on GROOVY-8355: GitHub user danielsun1106 opened a pull request:

[jira] [Commented] (GROOVY-8585) too many accessedVariable

2018-05-15 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16475564#comment-16475564 ] Paul King commented on GROOVY-8585: --- In fact this is the convention used for a local variable. When a

[jira] [Resolved] (GROOVY-5912) Static compilation: Groovy doesn't fail compilation when accessing package scope methods, but fails at runtime

2018-05-15 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-5912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-5912. Resolution: Fixed Assignee: Daniel Sun Fix Version/s: 2.5.0-rc-3

[GitHub] groovy pull request #:

2018-05-15 Thread jwagenleitner
Github user jwagenleitner commented on the pull request: https://github.com/apache/groovy/commit/b1d1232770aade9672668df4dbc6aa2e2076fa9e#commitcomment-28988363 In subprojects/groovy-sql/src/main/java/groovy/sql/Sql.java: In subprojects/groovy-sql/src/main/java/groovy/sql/Sql.java

[jira] [Reopened] (GROOVY-8355) Instanceof inference does not work on field assigning

2018-05-15 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun reopened GROOVY-8355: Assignee: (was: Daniel Sun) The pre-existing behavior is by design, but we can think about