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

2021-10-14 Thread mgroovy (Jira)
mgroovy created GROOVY-10307: Summary: Groovy 4 runtime performance on average 2.4x slower than Groovy 3 Key: GROOVY-10307 URL: https://issues.apache.org/jira/browse/GROOVY-10307 Project: Groovy

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

2021-10-14 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] [Updated] (GROOVY-10307) Groovy 4 runtime performance on average 2.4x slower than Groovy 3

2021-10-14 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] [Commented] (GROOVY-10303) Compiler NPE within CompileStack#clear

2021-10-14 Thread David Estes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428892#comment-17428892 ] David Estes commented on GROOVY-10303: -- [~emilles] I was able to create a class that reproduces it

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

2021-10-14 Thread David Estes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428886#comment-17428886 ] David Estes commented on GROOVY-10303: -- There are too many dependent methods in that abstract

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

2021-10-14 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428876#comment-17428876 ] Eric Milles commented on GROOVY-10303: -- If you put that method in a class all by itself does it

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

2021-10-14 Thread David Estes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428854#comment-17428854 ] David Estes commented on GROOVY-10303: -- Removing the nameserverResults which was unused resolved

[jira] [Created] (GROOVY-10306) STC rejects program when assigning a closure that returns a class field

2021-10-14 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10306: -- Summary: STC rejects program when assigning a closure that returns a class field Key: GROOVY-10306 URL: https://issues.apache.org/jira/browse/GROOVY-10306

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

2021-10-14 Thread David Estes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428840#comment-17428840 ] David Estes commented on GROOVY-10303: -- [~emilles]   The end label is null  

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

2021-10-14 Thread David Estes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428825#comment-17428825 ] David Estes commented on GROOVY-10303: -- [~emilles] working through this now. the breakpoint you

[jira] [Updated] (GROOVY-10305) Groovy records do not allow creating non-compact constructors with signature matching the record one

2021-10-14 Thread Konstantin Nisht (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Nisht updated GROOVY-10305: -- Description: The following code {code:java} record X(int a) { public X(int a) {

[jira] [Updated] (GROOVY-10305) Groovy records do not allow creating non-compact constructors with signature matching the record one

2021-10-14 Thread Konstantin Nisht (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Nisht updated GROOVY-10305: -- Description: The following code   {{record X(int a) {}} {{  public X(int a) {}} {{ 

[jira] [Updated] (GROOVY-10305) Groovy records do not allow creating non-compact constructors with signature matching the record one

2021-10-14 Thread Konstantin Nisht (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Nisht updated GROOVY-10305: -- Description: The following code {{record X(int a) {}} {{  public X(int a) }}{{{ }}

[jira] [Created] (GROOVY-10305) Groovy records do not allow creating non-compact constructors with signature matching the record one

2021-10-14 Thread Konstantin Nisht (Jira)
Konstantin Nisht created GROOVY-10305: - Summary: Groovy records do not allow creating non-compact constructors with signature matching the record one Key: GROOVY-10305 URL: