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

2022-05-13 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536962#comment-17536962 ] Daniel Sun commented on GROOVY-10307: - Thanks for your check. Well... We just elimi

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

2022-05-13 Thread mgroovy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536948#comment-17536948 ] mgroovy commented on GROOVY-10307: -- [~daniel_sun]: No effect, alas: # 54.633434 s # 17

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

2022-05-13 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536835#comment-17536835 ] Daniel Sun commented on GROOVY-10307: - [~emge]  Please try the latest snapshot of G

[jira] [Commented] (GROOVY-8979) JDK 11,java.lang.ClassCastException: class [B cannot be cast to class [C ([B and [C are in module java.base of loader 'bootstrap')

2022-05-13 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536832#comment-17536832 ] Daniel Sun commented on GROOVY-8979: Groovy 2.3.0 is too old... pls try the latest v

[jira] [Closed] (GROOVY-10136) [JDK16] Failed to find `public` method derived from `package` super class

2022-05-13 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun closed GROOVY-10136. --- Fix Version/s: 4.0.0 Assignee: Daniel Sun Resolution: Fixed JDK 16+ is only support

[jira] [Commented] (GROOVY-10136) [JDK16] Failed to find `public` method derived from `package` super class

2022-05-13 Thread Fabian Depry (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536789#comment-17536789 ] Fabian Depry commented on GROOVY-10136: --- We have just hit this problem ourselves.

[jira] [Created] (GROOVY-10625) Issue in subtyping leads to unsound results

2022-05-13 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10625: -- Summary: Issue in subtyping leads to unsound results Key: GROOVY-10625 URL: https://issues.apache.org/jira/browse/GROOVY-10625 Project: Groovy

[jira] [Comment Edited] (GROOVY-8979) JDK 11,java.lang.ClassCastException: class [B cannot be cast to class [C ([B and [C are in module java.base of loader 'bootstrap')

2022-05-13 Thread Matteo Steccolini (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536671#comment-17536671 ] Matteo Steccolini edited comment on GROOVY-8979 at 5/13/22 2:21 PM: --

[jira] [Commented] (GROOVY-8979) JDK 11,java.lang.ClassCastException: class [B cannot be cast to class [C ([B and [C are in module java.base of loader 'bootstrap')

2022-05-13 Thread Matteo Steccolini (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536671#comment-17536671 ] Matteo Steccolini commented on GROOVY-8979: --- Attached a test case (maven proje

[jira] [Updated] (GROOVY-10624) Nested diamond operators do not work correctly although the expected type argument is known

2022-05-13 Thread Thodoris Sotiropoulos (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thodoris Sotiropoulos updated GROOVY-10624: --- Description: I have the following program: {code} class C { C(D x) {} }

[jira] [Created] (GROOVY-10624) Nested diamond operators do not work correctly although the expected type argument is known

2022-05-13 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10624: -- Summary: Nested diamond operators do not work correctly although the expected type argument is known Key: GROOVY-10624 URL: https://issues.apache.org/jira/brow

[jira] [Updated] (GROOVY-8979) JDK 11,java.lang.ClassCastException: class [B cannot be cast to class [C ([B and [C are in module java.base of loader 'bootstrap')

2022-05-13 Thread Matteo Steccolini (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Steccolini updated GROOVY-8979: -- Attachment: TestGroovyJsonSlurper.zip > JDK 11,java.lang.ClassCastException: class [B

[jira] [Created] (GROOVY-10623) Type mismatch when encountering unconditional flow typing and null

2022-05-13 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10623: -- Summary: Type mismatch when encountering unconditional flow typing and null Key: GROOVY-10623 URL: https://issues.apache.org/jira/browse/GROOVY-10623

[jira] [Created] (GROOVY-10622) Wrong type is inferred when involving a bounded type parameter in a parameterized method call

2022-05-13 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10622: -- Summary: Wrong type is inferred when involving a bounded type parameter in a parameterized method call Key: GROOVY-10622 URL: https://issues.apache.org/jira/br