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

2018-05-14 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-8585. Resolution: Not A Problem Assignee: Daniel Sun As the following code shows, vex references

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

2018-05-14 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun closed GROOVY-8585. -- > too many accessedVariable > - > > Key: GROOVY-8585 >

[GitHub] groovy pull request #704: GROOVY-8577 Migrate org.codehaus.groovy.tools.Grap...

2018-05-14 Thread remkop
Github user remkop commented on a diff in the pull request: https://github.com/apache/groovy/pull/704#discussion_r188142573 --- Diff: src/main/groovy/org/codehaus/groovy/tools/GrapeMain.groovy --- @@ -19,290 +19,323 @@ package org.codehaus.groovy.tools import

[jira] [Commented] (GROOVY-8577) Migrate org.codehaus.groovy.tools.GrapeMain.groovy to picocli

2018-05-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16475145#comment-16475145 ] ASF GitHub Bot commented on GROOVY-8577: Github user remkop commented on a diff in the pull

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

2018-05-14 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8585: --- Description: VariableExpression `str` has endless accessedVariable, i.e. accessedVariable ->

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

2018-05-14 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun reassigned GROOVY-8586: -- Assignee: Daniel Sun > Support Java 9 ARM blocks > - > >

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

2018-05-14 Thread JIRA
Jesper Steen Møller created GROOVY-8586: --- Summary: Support Java 9 ARM blocks Key: GROOVY-8586 URL: https://issues.apache.org/jira/browse/GROOVY-8586 Project: Groovy Issue Type:

[jira] [Updated] (GROOVY-8579) No bytecode level check is done before producing JDK8+ bytecodes

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8579: -- Description: Create a file using a JDK8 static interface method, e.g. {{MyScript.groovy}}: {code:java}

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

2018-05-14 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-8585: -- Summary: too many accessedVariable Key: GROOVY-8585 URL: https://issues.apache.org/jira/browse/GROOVY-8585 Project: Groovy Issue Type: Bug Reporter:

[jira] [Updated] (GROOVY-8579) No bytecode level check is done before producing JDK8+ bytecodes

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8579: -- Description: Create a file using a JDK8 static interface method, e.g. {{MyScript.groovy}}: {code:java}

[jira] [Created] (GROOVY-8584) Consider Groovy support for improved switch

2018-05-14 Thread Paul King (JIRA)
Paul King created GROOVY-8584: - Summary: Consider Groovy support for improved switch Key: GROOVY-8584 URL: https://issues.apache.org/jira/browse/GROOVY-8584 Project: Groovy Issue Type:

[jira] [Updated] (GROOVY-8583) Fail to infer auto-return type from ternary operator

2018-05-14 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8583: --- Priority: Minor (was: Major) > Fail to infer auto-return type from ternary operator >

[GitHub] groovy pull request #:

2018-05-14 Thread paulk-asert
Github user paulk-asert commented on the pull request: https://github.com/apache/groovy/commit/62f877abd28c62e3058a383905bb93624ef36130#commitcomment-28966636 Weird, I had to reset again. Seems okay now. I don't know how it keeps coming back. Maybe I just need to do a fresh reinstall

[jira] [Commented] (GROOVY-8570) Support Warnings in Groovy Compiler

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16474177#comment-16474177 ] Paul King commented on GROOVY-8570: --- I am okay with Groovy devs using bad style. I encourage them to

[GitHub] groovy pull request #:

2018-05-14 Thread danielsun1106
Github user danielsun1106 commented on the pull request: https://github.com/apache/groovy/commit/62f877abd28c62e3058a383905bb93624ef36130#commitcomment-28966000 @paulk-asert author is not blank again? o_O ---

[jira] [Updated] (GROOVY-8583) Fail to infer auto-return type from ternary operator

2018-05-14 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8583: --- Description: {code:java} @groovy.transform.Field String x = "X" @groovy.transform.CompileStatic

[jira] [Created] (GROOVY-8583) Fail to infer auto-return type from ternary operator

2018-05-14 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-8583: -- Summary: Fail to infer auto-return type from ternary operator Key: GROOVY-8583 URL: https://issues.apache.org/jira/browse/GROOVY-8583 Project: Groovy Issue

[jira] [Resolved] (GROOVY-7753) regression of return type from ternary operator

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

[jira] [Commented] (GROOVY-8582) CLONE - Support `var` keyword of Java10 (documentation)

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16474015#comment-16474015 ] Paul King commented on GROOVY-8582: --- adding the dependency link since we can't documentation the

[jira] [Updated] (GROOVY-8582) CLONE - Support `var` keyword of Java10 (documentation)

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8582: -- Description: As part of GROOVY-8498 there is now support for the {{var}} keyword to provide

[jira] [Commented] (GROOVY-8498) Support `var` keyword of Java10

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16474012#comment-16474012 ] Paul King commented on GROOVY-8498: --- I spun off two cloned issues to capture the remaining work. >

[jira] [Updated] (GROOVY-8582) CLONE - Support `var` keyword of Java10 (documentation)

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8582: -- Summary: CLONE - Support `var` keyword of Java10 (documentation) (was: CLONE - CLONE - Support `var`

[jira] [Updated] (GROOVY-8580) CLONE - Support `var` keyword of Java10 (finalise behavior of keyword under @CompileStatic)

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8580: -- Priority: Blocker (was: Major) > CLONE - Support `var` keyword of Java10 (finalise behavior of

[jira] [Updated] (GROOVY-8580) CLONE - Support `var` keyword of Java10 (finalise behavior of keyword under @CompileStatic)

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8580: -- Description: As part of GROOVY-8498 there is now support for the {{var}} keyword to provide

[jira] [Updated] (GROOVY-8580) CLONE - Support `var` keyword of Java10 (finalise behavior of keyword under @CompileStatic)

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8580: -- Description: As part of GROOVY-8498 there is now support for the `var` keyword to provide

[jira] [Updated] (GROOVY-8580) CLONE - Support `var` keyword of Java10 (finalise behavior of keyword under @CompileStatic)

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8580: -- Fix Version/s: (was: 2.6.0-alpha-4) (was: 3.0.0-alpha-2)

[jira] [Updated] (GROOVY-8580) CLONE - Support `var` keyword of Java10 (finalise behavior of keyword under @CompileStatic)

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8580: -- Description: As part of GROOVY- This is to provide compatibility with:

[jira] [Assigned] (GROOVY-8580) CLONE - Support `var` keyword of Java10 (finalise behavior of keyword under @CompileStatic)

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-8580: - Assignee: (was: Daniel Sun) > CLONE - Support `var` keyword of Java10 (finalise behavior of

[jira] [Assigned] (GROOVY-8498) Support `var` keyword of Java10

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-8498: - Assignee: Daniel Sun > Support `var` keyword of Java10 > --- > >

[jira] [Assigned] (GROOVY-8498) Support `var` keyword of Java10

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-8498: - Assignee: (was: Daniel Sun) > Support `var` keyword of Java10 >

[jira] [Assigned] (GROOVY-8582) CLONE - CLONE - Support `var` keyword of Java10 (documentation)

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-8582: - Assignee: (was: Daniel Sun) > CLONE - CLONE - Support `var` keyword of Java10

[jira] [Created] (GROOVY-8582) CLONE - CLONE - Support `var` keyword of Java10 (documentation)

2018-05-14 Thread Paul King (JIRA)
Paul King created GROOVY-8582: - Summary: CLONE - CLONE - Support `var` keyword of Java10 (documentation) Key: GROOVY-8582 URL: https://issues.apache.org/jira/browse/GROOVY-8582 Project: Groovy

[jira] [Created] (GROOVY-8581) CLONE - CLONE - Support `var` keyword of Java10 (documentation)

2018-05-14 Thread Paul King (JIRA)
Paul King created GROOVY-8581: - Summary: CLONE - CLONE - Support `var` keyword of Java10 (documentation) Key: GROOVY-8581 URL: https://issues.apache.org/jira/browse/GROOVY-8581 Project: Groovy

[jira] [Deleted] (GROOVY-8581) CLONE - CLONE - Support `var` keyword of Java10 (documentation)

2018-05-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King deleted GROOVY-8581: -- > CLONE - CLONE - Support `var` keyword of Java10 (documentation) >

[jira] [Created] (GROOVY-8580) CLONE - Support `var` keyword of Java10 (finalise behavior of keyword under @CompileStatic)

2018-05-14 Thread Paul King (JIRA)
Paul King created GROOVY-8580: - Summary: CLONE - Support `var` keyword of Java10 (finalise behavior of keyword under @CompileStatic) Key: GROOVY-8580 URL: https://issues.apache.org/jira/browse/GROOVY-8580