[jira] [Updated] (GROOVY-8998) [GEP]Concatenative Method Calls

2019-02-18 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8998: --- Description:  *DRAFT* {code:java} // nested method calls def r = c( b(

[jira] [Updated] (GROOVY-8998) [GEP]Concatenative Method Calls

2019-02-18 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8998: --- Description:  *DRAFT* {code:java} // lots of temp variable declarations and assignment def ar = a()

[jira] [Updated] (GROOVY-8998) [GEP]Concatenative Method Calls

2019-02-18 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8998: --- Description:  *DRAFT* {code:java} // nested method calls def r = c( b(

[jira] [Updated] (GROOVY-8998) [GEP]Concatenative Method Calls

2019-02-18 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8998: --- Description:  *DRAFT* {code:java} // lots of temp variable declarations and assignments def ar =

[jira] [Updated] (GROOVY-8998) [GEP]Concatenative Method Calls

2019-02-18 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8998: --- Description:  *DRAFT* {code:java} // lots of temp variable declarations and assignment def ar = a()

[jira] [Updated] (GROOVY-8998) [GEP]Concatenative Method Calls

2019-02-18 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8998: --- Description:  *DRAFT* {code:java} // lots of temp variable declarations and assignment def ar = a()

[jira] [Resolved] (GROOVY-8975) GroovyCastException on the result of CliBuilder.parseFromSpec

2019-02-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-8975. --- Resolution: Fixed Fix Version/s: 2.5.7 3.0.0-alpha-5 Fixed as per

[jira] [Commented] (GROOVY-8975) GroovyCastException on the result of CliBuilder.parseFromSpec

2019-02-18 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16771591#comment-16771591 ] Remko Popma commented on GROOVY-8975: - Thank you for taking care of this, Paul! >

[jira] [Created] (GROOVY-9001) Bump picocli to 3.9.5 from 3.9.3

2019-02-18 Thread Remko Popma (JIRA)
Remko Popma created GROOVY-9001: --- Summary: Bump picocli to 3.9.5 from 3.9.3 Key: GROOVY-9001 URL: https://issues.apache.org/jira/browse/GROOVY-9001 Project: Groovy Issue Type: Dependency

[jira] [Updated] (GROOVY-8998) [GEP]Concatenative Method Calls

2019-02-18 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8998: --- Description:  *DRAFT* {code:java} // lots of temp variable declarations and assignment def ar = a()

[jira] [Updated] (GROOVY-8975) GroovyCastException on the result of CliBuilder.parseFromSpec

2019-02-18 Thread Mauro Molinari (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Molinari updated GROOVY-8975: --- Attachment: TestGroovy8975.zip > GroovyCastException on the result of

[jira] [Comment Edited] (GROOVY-8975) GroovyCastException on the result of CliBuilder.parseFromSpec

2019-02-18 Thread Mauro Molinari (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16770998#comment-16770998 ] Mauro Molinari edited comment on GROOVY-8975 at 2/18/19 11:00 AM: -- Hi

[jira] [Assigned] (GROOVY-8975) GroovyCastException on the result of CliBuilder.parseFromSpec

2019-02-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-8975: - Assignee: Paul King (was: Remko Popma) > GroovyCastException on the result of

[jira] [Commented] (GROOVY-8975) GroovyCastException on the result of CliBuilder.parseFromSpec

2019-02-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16770979#comment-16770979 ] Paul King commented on GROOVY-8975: --- Yes, I'll do that now. > GroovyCastException on the result of

[jira] [Updated] (GROOVY-8975) GroovyCastException on the result of CliBuilder.parseFromSpec

2019-02-18 Thread Mauro Molinari (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Molinari updated GROOVY-8975: --- Description: I'm trying to follow the tutorial about the use of CliBuilder in Groovy with

[jira] [Commented] (GROOVY-8975) GroovyCastException on the result of CliBuilder.parseFromSpec

2019-02-18 Thread Mauro Molinari (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16770998#comment-16770998 ] Mauro Molinari commented on GROOVY-8975: Hi Remko, hi Paul! Sorry for the delay. To reproduce

[jira] [Commented] (GROOVY-8975) GroovyCastException on the result of CliBuilder.parseFromSpec

2019-02-18 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16770932#comment-16770932 ] Remko Popma commented on GROOVY-8975: - Hi Paul, thanks for looking into this! I'm a bit out of my

[jira] [Updated] (GROOVY-8998) [GEP]Concatenative Method Calls

2019-02-18 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8998: --- Description:  *DRAFT* {code:java} // nested method calls c( b( 3, a() ), 2

[jira] [Created] (GROOVY-8998) [GEP]Concatenative Method Calls

2019-02-18 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-8998: -- Summary: [GEP]Concatenative Method Calls Key: GROOVY-8998 URL: https://issues.apache.org/jira/browse/GROOVY-8998 Project: Groovy Issue Type: New Feature

[jira] [Updated] (GROOVY-8999) Access to private fields and methods from subclass exhibits strange behavior

2019-02-18 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8999: Description: This is probably just a slice of GROOVY-1591, GROOVY-3010, GROOVY-3142,

[jira] [Updated] (GROOVY-8999) Access to private fields and methods from subclass exhibits strange behavior

2019-02-18 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8999: Description: This is probably just a slice of GROOVY-1591, GROOVY-3010, GROOVY-3142,

[jira] [Created] (GROOVY-8999) Access to private fields and methods from subclass exhibits strange behavior

2019-02-18 Thread Eric Milles (JIRA)
Eric Milles created GROOVY-8999: --- Summary: Access to private fields and methods from subclass exhibits strange behavior Key: GROOVY-8999 URL: https://issues.apache.org/jira/browse/GROOVY-8999 Project:

[jira] [Updated] (GROOVY-8999) Access to private fields and methods from subclass exhibits strange behavior

2019-02-18 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8999: Description: This is probably just a slice of GROOVY-1591, GROOVY-3010, GROOVY-3142,

[jira] [Updated] (GROOVY-8999) Access to private fields and methods from subclass exhibits strange behavior

2019-02-18 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8999: Description: This is probably just a slice of GROOVY-1591, GROOVY-3010, GROOVY-3142,

[jira] [Updated] (GROOVY-9000) Unexpected type for super within non-static inner class

2019-02-18 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-9000: Affects Version/s: 2.4.16 > Unexpected type for super within non-static inner class >

[jira] [Created] (GROOVY-9000) Unexpected type for super within non-static inner class

2019-02-18 Thread Eric Milles (JIRA)
Eric Milles created GROOVY-9000: --- Summary: Unexpected type for super within non-static inner class Key: GROOVY-9000 URL: https://issues.apache.org/jira/browse/GROOVY-9000 Project: Groovy Issue

[jira] [Updated] (GROOVY-8998) [GEP]Concatenative Method Calls

2019-02-18 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8998: --- Description:  *DRAFT* {code:java} // lots of temp variable declarations and assignment def ar = a()