[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[jira] [Comment Edited] (GROOVY-9165) Grape cannot pull in picocli

2019-06-09 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859660#comment-16859660 ] Remko Popma edited comment on GROOVY-9165 at 6/10/19 2:18 AM: -- Not sure I

[jira] [Commented] (GROOVY-9165) Grape cannot pull in picocli

2019-06-09 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859660#comment-16859660 ] Remko Popma commented on GROOVY-9165: - Not sure I understand: CliBuilder requires picocli to work.

[jira] [Commented] (GROOVY-9165) Grape cannot pull in picocli

2019-06-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859606#comment-16859606 ] Paul King commented on GROOVY-9165: --- Perhaps fix the places using CliBuilder and then exclude the jar

[jira] [Comment Edited] (GROOVY-6809) VerifyError With Inner Class

2019-06-09 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859579#comment-16859579 ] Eric Milles edited comment on GROOVY-6809 at 6/9/19 10:00 PM: -- The AIC

[jira] [Comment Edited] (GROOVY-6809) VerifyError With Inner Class

2019-06-09 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859579#comment-16859579 ] Eric Milles edited comment on GROOVY-6809 at 6/9/19 9:58 PM: - The AIC

[jira] [Commented] (GROOVY-6809) VerifyError With Inner Class

2019-06-09 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859579#comment-16859579 ] Eric Milles commented on GROOVY-6809: - The AIC examples have a different bytecode sequence in Java

[jira] [Issue Comment Deleted] (GROOVY-9168) Default Arguments: non-static inner class constructor call in default value not supported

2019-06-09 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-9168: Comment: was deleted (was: The Runnable case compiles and runs fine in java. The enclosing

[jira] [Comment Edited] (GROOVY-9168) Default Arguments: non-static inner class constructor call in default value not supported

2019-06-09 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859569#comment-16859569 ] Eric Milles edited comment on GROOVY-9168 at 6/9/19 9:08 PM: - The Runnable

[jira] [Comment Edited] (GROOVY-9168) Default Arguments: non-static inner class constructor call in default value not supported

2019-06-09 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859569#comment-16859569 ] Eric Milles edited comment on GROOVY-9168 at 6/9/19 9:07 PM: - The Runnable

[jira] [Commented] (GROOVY-9168) Default Arguments: non-static inner class constructor call in default value not supported

2019-06-09 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859569#comment-16859569 ] Eric Milles commented on GROOVY-9168: - The Runnable case compiler and runs fine in java. The

[jira] [Comment Edited] (GROOVY-9168) Default Arguments: non-static inner class constructor call in default value not supported

2019-06-09 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859562#comment-16859562 ] Eric Milles edited comment on GROOVY-9168 at 6/9/19 8:59 PM: - In the case of

[jira] [Commented] (GROOVY-9168) Default Arguments: non-static inner class constructor call in default value not supported

2019-06-09 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859562#comment-16859562 ] Eric Milles commented on GROOVY-9168: - In the case of Outer/Inner, javac produces "error: cannot

[GitHub] [groovy] paulk-asert commented on a change in pull request #950: Add first batch of tests for @Generated. Relates to GROOVY-9164

2019-06-09 Thread GitBox
paulk-asert commented on a change in pull request #950: Add first batch of tests for @Generated. Relates to GROOVY-9164 URL: https://github.com/apache/groovy/pull/950#discussion_r291848902 ## File path: src/test/groovy/generated/AbstractGeneratedAstTestCase.groovy ## @@

[jira] [Created] (GROOVY-9168) Default Parameters: non-static inner class constructor call in default value causes VerifyError at run-time

2019-06-09 Thread Eric Milles (JIRA)
Eric Milles created GROOVY-9168: --- Summary: Default Parameters: non-static inner class constructor call in default value causes VerifyError at run-time Key: GROOVY-9168 URL:

[jira] [Updated] (GROOVY-9168) Default Arguments: non-static inner class constructor call in default value not supported

2019-06-09 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-9168: Summary: Default Arguments: non-static inner class constructor call in default value not

[jira] [Commented] (GROOVY-9166) Empty static initializer generates code

2019-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859513#comment-16859513 ] Lőrinc Pap commented on GROOVY-9166: I've removed it from our tests, yes, but it should be validated

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[GitHub] [groovy] JacobAae opened a new pull request #951: GROOVY-9133 Loop mode for groovy-console

2019-06-09 Thread GitBox
JacobAae opened a new pull request #951: GROOVY-9133 Loop mode for groovy-console URL: https://github.com/apache/groovy/pull/951 This pull requests enables: * Setting to enable loop mode in script menu * If enabled run the code in a looping fashion with 1000 millis break after it

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[GitHub] [groovy] aalmiray commented on a change in pull request #950: Add first batch of tests for @Generated. Relates to GROOVY-9164

2019-06-09 Thread GitBox
aalmiray commented on a change in pull request #950: Add first batch of tests for @Generated. Relates to GROOVY-9164 URL: https://github.com/apache/groovy/pull/950#discussion_r291836516 ## File path: src/test/groovy/generated/AbstractGeneratedAstTestCase.groovy ## @@

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[jira] [Commented] (GROOVY-9166) Empty static initializer generates code

2019-06-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859448#comment-16859448 ] Paul King commented on GROOVY-9166: --- But from your diff, it is gone now? So that's good? I'd expect

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[jira] [Updated] (GROOVY-9166) Empty static initializer generates code

2019-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lőrinc Pap updated GROOVY-9166: --- Description: After updating Gradle from Groovy {{2.5.4}} to {{2.5.7}} these following test started

[jira] [Updated] (GROOVY-9166) Empty static initializer generates code

2019-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lőrinc Pap updated GROOVY-9166: --- Description: After updating Gradle from Groovy {{2.5.4}} to {{2.5.7}} the following test started

[jira] [Commented] (GROOVY-9166) Empty static initializer generates code

2019-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859446#comment-16859446 ] Lőrinc Pap commented on GROOVY-9166: Yes, I thought I've corrected it, thanks. We may not care

[jira] [Updated] (GROOVY-9166) Empty static initializer generates code

2019-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lőrinc Pap updated GROOVY-9166: --- Description: After updating Gradle from {{2.5.4}} to {{2.5.7}} these following test started to

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: h2. Background In order to make querying different types of data sources convenient,

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: _{color:#d04437}(Note: The exact syntax might be altered before introduction,

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: _{color:#d04437}(Note: The exact syntax might be altered before introduction,

[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ

2019-06-09 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9159: --- Description: _{color:#d04437}(Note: The exact syntax might be altered before introduction,

[jira] [Commented] (GROOVY-9165) Grape cannot pull in picocli

2019-06-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859410#comment-16859410 ] Paul King commented on GROOVY-9165: --- @GrabExclude excludes additional dependencies that match the

[jira] [Commented] (GROOVY-9165) Grape cannot pull in picocli

2019-06-09 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859407#comment-16859407 ] Remko Popma commented on GROOVY-9165: - You are right: it is using the jar in the libs folder:

[jira] [Comment Edited] (GROOVY-9165) Grape cannot pull in picocli

2019-06-09 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859407#comment-16859407 ] Remko Popma edited comment on GROOVY-9165 at 6/9/19 9:03 AM: - You are right:

[jira] [Commented] (GROOVY-9166) Empty static initializer generates code

2019-06-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859404#comment-16859404 ] Paul King commented on GROOVY-9166: --- Did you mean "implicit" default constructor now has @Generated?

[jira] [Updated] (GROOVY-9166) Empty static initializer generates code

2019-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lőrinc Pap updated GROOVY-9166: --- Description: After updating Gradle from {{2.5.4}} to {{2.5.7}} these following test started to

[jira] [Commented] (GROOVY-9165) Grape cannot pull in picocli

2019-06-09 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859382#comment-16859382 ] Paul King commented on GROOVY-9165: --- What happens if you temporarily rename the picocli jar within