[jira] [Created] (GROOVY-10268) Unable to assign variable in parameterized class with bounded polymorphism

2021-09-27 Thread Stefanos Chaliasos (Jira)
Stefanos Chaliasos created GROOVY-10268: --- Summary: Unable to assign variable in parameterized class with bounded polymorphism Key: GROOVY-10268 URL: https://issues.apache.org/jira/browse/GROOVY-10268

[jira] [Resolved] (GROOVY-10225) Unexpected NullPointerException during the "instruction selection" phase

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

[jira] [Closed] (GROOVY-10260) Groovy4 CTE: BUG! GStringImpl cannot be cast to class org.codehaus.groovy.ast.expr.Expression

2021-09-27 Thread mgroovy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mgroovy closed GROOVY-10260. Resolution: Fixed > Groovy4 CTE: BUG! GStringImpl cannot be cast to class >

[jira] [Commented] (GROOVY-10260) Groovy4 CTE: BUG! GStringImpl cannot be cast to class org.codehaus.groovy.ast.expr.Expression

2021-09-27 Thread mgroovy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17420977#comment-17420977 ] mgroovy commented on GROOVY-10260: -- * I could resolve this on my side, seems it was a collision

[jira] [Commented] (GROOVY-10250) Erroneous type inference of closure in STC

2021-09-27 Thread Christopher Smith (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17420941#comment-17420941 ] Christopher Smith commented on GROOVY-10250: Oof. It's a bug fix, but it's a potentially

[jira] [Commented] (GROOVY-10265) STC is unable to resolve variable in closure

2021-09-27 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17420776#comment-17420776 ] Eric Milles commented on GROOVY-10265: -- If a semicolon is added after the 1 or a return before the

[jira] [Assigned] (GROOVY-10267) STC reports wrong message when encoutering wildcard types

2021-09-27 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-10267: Assignee: Eric Milles > STC reports wrong message when encoutering wildcard types >

[jira] [Assigned] (GROOVY-10266) The diamond operator does not work when passing a value whose type is a type variable

2021-09-27 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-10266: Assignee: Eric Milles > The diamond operator does not work when passing a value whose

[jira] [Created] (GROOVY-10267) STC reports wrong message when encoutering wildcard types

2021-09-27 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10267: -- Summary: STC reports wrong message when encoutering wildcard types Key: GROOVY-10267 URL: https://issues.apache.org/jira/browse/GROOVY-10267

[jira] [Created] (GROOVY-10266) The diamond operator does not work when passing a value whose type is a type variable

2021-09-27 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10266: -- Summary: The diamond operator does not work when passing a value whose type is a type variable Key: GROOVY-10266 URL:

[jira] [Created] (GROOVY-10265) STC is unable to resolve variable in closure

2021-09-27 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10265: -- Summary: STC is unable to resolve variable in closure Key: GROOVY-10265 URL: https://issues.apache.org/jira/browse/GROOVY-10265 Project: Groovy

[jira] [Updated] (GROOVY-10264) Issue with the diamond operator and conditional

2021-09-27 Thread Thodoris Sotiropoulos (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thodoris Sotiropoulos updated GROOVY-10264: --- Description: I have the following program {code:java} class A { T foo()

[jira] [Closed] (GROOVY-10264) Issue with the diamond operator and conditional

2021-09-27 Thread Thodoris Sotiropoulos (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thodoris Sotiropoulos closed GROOVY-10264. -- Resolution: Duplicate related to

[jira] [Created] (GROOVY-10264) Issue with the diamond operator and conditional

2021-09-27 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10264: -- Summary: Issue with the diamond operator and conditional Key: GROOVY-10264 URL: https://issues.apache.org/jira/browse/GROOVY-10264 Project: Groovy

[jira] [Resolved] (GROOVY-10241) Class Implementing Map Can't Read Fields From Within Closures

2021-09-27 Thread Ian (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian resolved GROOVY-10241. -- Resolution: Not A Bug > Class Implementing Map Can't Read Fields From Within Closures >

[jira] [Commented] (GROOVY-10241) Class Implementing Map Can't Read Fields From Within Closures

2021-09-27 Thread Ian (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17420664#comment-17420664 ] Ian commented on GROOVY-10241: -- Those 3 all work, of course. So this is just a weird intersection between