[jira] [Updated] (GROOVY-9909) Cannot call super when overriding an interface default method

2023-12-11 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-9909: Fix Version/s: 3.0.20 > Cannot call super when overriding an interface default method > --

[jira] [Updated] (GROOVY-10380) SC: IncompatibleClassChangeError when calling interface default method from non-public interface

2023-12-11 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10380: - Fix Version/s: 3.0.20 > SC: IncompatibleClassChangeError when calling interface default method

[jira] [Updated] (GROOVY-10494) Groovy 4 can not compile super.foo with generic interface (or trait) method

2023-12-11 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10494: - Fix Version/s: 3.0.20 > Groovy 4 can not compile super.foo with generic interface (or trait) me

[jira] [Updated] (GROOVY-10698) Fail to infer the type argument when using nested diamond operator

2023-12-11 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10698: - Fix Version/s: 3.0.20 > Fail to infer the type argument when using nested diamond operator > --

[jira] [Updated] (GROOVY-10688) LUB does not work properly when mixing type parameter names and using wildcards

2023-12-11 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10688: - Fix Version/s: 3.0.20 > LUB does not work properly when mixing type parameter names and using

[jira] [Updated] (GROOVY-11244) Cannot define Java-like lambda inside closure

2023-12-11 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11244: - Component/s: parser-antlr4 (was: Static Type Checker) > Cannot define Java

[jira] [Commented] (GROOVY-11244) Cannot define Java-like lambda inside closure

2023-12-11 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17795492#comment-17795492 ] Eric Milles commented on GROOVY-11244: -- When I add an arrow to the closure it work

[jira] [Updated] (GROOVY-10328) STC: incorrect type inference for list, map, etc. with lower bound generics

2023-12-11 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10328: - Fix Version/s: 3.0.20 > STC: incorrect type inference for list, map, etc. with lower bound gene

[jira] [Updated] (GROOVY-9998) Wildcards with a lower bound fail static type checking

2023-12-11 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-9998: Fix Version/s: 3.0.20 > Wildcards with a lower bound fail static type checking > -

[jira] [Updated] (GROOVY-11024) STC NPE when using Collectors.toMap() with a generic result

2023-12-11 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11024: - Fix Version/s: 3.0.20 > STC NPE when using Collectors.toMap() with a generic result > -

[jira] [Created] (GROOVY-11244) Cannot define Java-like lambda inside closure

2023-12-11 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-11244: -- Summary: Cannot define Java-like lambda inside closure Key: GROOVY-11244 URL: https://issues.apache.org/jira/browse/GROOVY-11244 Project: Groovy