[jira] [Updated] (GROOVY-10307) Groovy 4 runtime performance on average 2.4x slower than Groovy 3

2021-10-15 Thread mgroovy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mgroovy updated GROOVY-10307: - Description: Groovy 4.0.0-beta-1 runtime performance in our framework is on average 2 to 3 times

[jira] [Resolved] (GROOVY-10303) Compiler NPE within CompileStack#clear

2021-10-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-10303. -- Fix Version/s: 4.0.0-beta-2 Resolution: Fixed

[jira] [Updated] (GROOVY-10312) MissingMethodException in method with default parameter in trait - regression in 3.0.9

2021-10-15 Thread Marcin Zajaczkowski (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Zajaczkowski updated GROOVY-10312: - Description: After switch from 3.0.8 to 3.0.9 Groovy throws at runtime

[jira] [Created] (GROOVY-10312) MissingMethodException in method with default parameter in trait - regression in 3.0.9

2021-10-15 Thread Marcin Zajaczkowski (Jira)
Marcin Zajaczkowski created GROOVY-10312: Summary: MissingMethodException in method with default parameter in trait - regression in 3.0.9 Key: GROOVY-10312 URL:

[jira] [Commented] (GROOVY-10303) Compiler NPE within CompileStack#clear

2021-10-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17429468#comment-17429468 ] Eric Milles commented on GROOVY-10303: -- Java does not recognize this style: "if(true) int i = 0;"

[jira] [Commented] (GROOVY-10303) Compiler NPE within CompileStack#clear

2021-10-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17429466#comment-17429466 ] Eric Milles commented on GROOVY-10303: -- So because "def c = ..." is not within braces, there is no

[jira] [Commented] (GROOVY-10303) Compiler NPE within CompileStack#clear

2021-10-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17429459#comment-17429459 ] Eric Milles commented on GROOVY-10303: -- Thanks for the extra work to get a small recreation case.

[jira] [Comment Edited] (GROOVY-10302) StackOverflowError on Java 16+ for override method that delegates to super

2021-10-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17429445#comment-17429445 ] Eric Milles edited comment on GROOVY-10302 at 10/15/21, 6:37 PM: - After

[jira] [Comment Edited] (GROOVY-10302) StackOverflowError on Java 16+ for override method that delegates to super

2021-10-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17429445#comment-17429445 ] Eric Milles edited comment on GROOVY-10302 at 10/15/21, 6:31 PM: - After

[jira] [Comment Edited] (GROOVY-10302) StackOverflowError on Java 16+ for override method that delegates to super

2021-10-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17429445#comment-17429445 ] Eric Milles edited comment on GROOVY-10302 at 10/15/21, 6:30 PM: - After

[jira] [Commented] (GROOVY-10302) StackOverflowError on Java 16+ for override method that delegates to super

2021-10-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17429445#comment-17429445 ] Eric Milles commented on GROOVY-10302: -- After much investigation I have determined that the

[jira] [Resolved] (GROOVY-10311) MetaClassImpl creates static meta property for non-static field and getter (no setter)

2021-10-15 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-10311. -- Fix Version/s: 4.0.0-beta-2 Resolution: Fixed > MetaClassImpl creates static meta

[jira] [Created] (GROOVY-10311) MetaClassImpl creates static meta property for non-static field and getter (no setter)

2021-10-15 Thread Eric Milles (Jira)
Eric Milles created GROOVY-10311: Summary: MetaClassImpl creates static meta property for non-static field and getter (no setter) Key: GROOVY-10311 URL: https://issues.apache.org/jira/browse/GROOVY-10311

[jira] [Created] (GROOVY-10310) STC is unable to call parameterized function

2021-10-15 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10310: -- Summary: STC is unable to call parameterized function Key: GROOVY-10310 URL: https://issues.apache.org/jira/browse/GROOVY-10310 Project: Groovy

[jira] [Created] (GROOVY-10309) Improper type variable substitution when involving type parameters with conficting names

2021-10-15 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10309: -- Summary: Improper type variable substitution when involving type parameters with conficting names Key: GROOVY-10309 URL:

[jira] [Updated] (GROOVY-10309) Improper type variable substitution when involving type parameters with conficting names

2021-10-15 Thread Thodoris Sotiropoulos (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thodoris Sotiropoulos updated GROOVY-10309: --- Description: I have the following code {code:java} class A { T f1; Y

[jira] [Created] (GROOVY-10308) STC incorrectly reports "access to Object#field" is forbidden

2021-10-15 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10308: -- Summary: STC incorrectly reports "access to Object#field" is forbidden Key: GROOVY-10308 URL: https://issues.apache.org/jira/browse/GROOVY-10308