[jira] [Resolved] (GROOVY-10093) Bump Spock version to 2.0 final

2021-05-17 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-10093. Fix Version/s: 3.0.9 4.0.0-beta-1 Resolution: Fixed > Bump Spock

[jira] [Created] (GROOVY-10093) Bump Spock version to 2.0 final

2021-05-17 Thread Paul King (Jira)
Paul King created GROOVY-10093: -- Summary: Bump Spock version to 2.0 final Key: GROOVY-10093 URL: https://issues.apache.org/jira/browse/GROOVY-10093 Project: Groovy Issue Type: Dependency

[jira] [Closed] (GROOVY-9890) Static type checking can't find default method overload on interface

2021-05-17 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King closed GROOVY-9890. - Resolution: Fixed No problems [~robinfriedli], hope you get your build script sorted out. > Static

[jira] [Commented] (GROOVY-9890) Static type checking can't find default method overload on interface

2021-05-17 Thread Robin Friedli (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17346536#comment-17346536 ] Robin Friedli commented on GROOVY-9890: --- Apologies, for some reason gradle is pulling version

[jira] [Commented] (GROOVY-9890) Static type checking can't find default method overload on interface

2021-05-17 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17346517#comment-17346517 ] Paul King commented on GROOVY-9890: --- The following script seems to give the expected result in the

[jira] [Resolved] (GROOVY-4320) Joint compiler + @Delegate fail to recognize method signature with default value

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-4320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-4320. - Fix Version/s: 4.0.0-beta-1 Resolution: Fixed > Joint compiler + @Delegate fail to

[jira] [Commented] (GROOVY-9890) Static type checking can't find default method overload on interface

2021-05-17 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17346512#comment-17346512 ] Paul King commented on GROOVY-9890: --- Hi [~robinfriedli], we might need a little help understanding

[jira] [Reopened] (GROOVY-9890) Static type checking can't find default method overload on interface

2021-05-17 Thread Robin Friedli (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Friedli reopened GROOVY-9890: --- I've upgraded to groovy-all 3.0.8 and this does not appear to be fixed{color:#6a8759} {color}

[jira] [Assigned] (GROOVY-4320) Joint compiler + @Delegate fail to recognize method signature with default value

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-4320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-4320: --- Assignee: Eric Milles > Joint compiler + @Delegate fail to recognize method signature with

[GitHub] [groovy] eric-milles commented on pull request #1577: GROOVY-3015: add GroovyInterceptable check to closure resolve strategy

2021-05-17 Thread GitBox
eric-milles commented on pull request #1577: URL: https://github.com/apache/groovy/pull/1577#issuecomment-842424913 see also GROOVY-4610 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [groovy] danielsun1106 merged pull request #1578: GROOVY-9632: Java 8 Type Param Annotation Not Generated in Byte Code

2021-05-17 Thread GitBox
danielsun1106 merged pull request #1578: URL: https://github.com/apache/groovy/pull/1578 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service,

[GitHub] [groovy] danielsun1106 commented on pull request #1578: GROOVY-9632: Java 8 Type Param Annotation Not Generated in Byte Code

2021-05-17 Thread GitBox
danielsun1106 commented on pull request #1578: URL: https://github.com/apache/groovy/pull/1578#issuecomment-841805112 Merged. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[jira] [Resolved] (GROOVY-8946) @CompileStatic ignores declared type and forces a cast when inside a closure

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-8946. - Fix Version/s: 4.0.0-beta-1 Resolution: Fixed > @CompileStatic ignores declared type and

[jira] [Commented] (GROOVY-8946) @CompileStatic ignores declared type and forces a cast when inside a closure

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17346289#comment-17346289 ] Eric Milles commented on GROOVY-8946: - see also GROOVY-9344 and GROOVY-9516 > @CompileStatic

[jira] [Created] (GROOVY-10092) Compiler crash when trying to cast a boolean to float variable

2021-05-17 Thread Stefanos Chaliasos (Jira)
Stefanos Chaliasos created GROOVY-10092: --- Summary: Compiler crash when trying to cast a boolean to float variable Key: GROOVY-10092 URL: https://issues.apache.org/jira/browse/GROOVY-10092

[jira] [Commented] (GROOVY-4610) GroovyInterceptable (AOP) not working with closures

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-4610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17346234#comment-17346234 ] Eric Milles commented on GROOVY-4610: - https://github.com/apache/groovy/pull/1577 >

[GitHub] [groovy] eric-milles commented on pull request #1577: GROOVY-3015: add GroovyInterceptable check to closure resolve strategy

2021-05-17 Thread GitBox
eric-milles commented on pull request #1577: URL: https://github.com/apache/groovy/pull/1577#issuecomment-842424913 see also GROOVY-4610 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[jira] [Assigned] (GROOVY-4365) Compiler does not do access check at classgen time and invalid class fails with IllegalAccessError later

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-4365: --- Assignee: Eric Milles > Compiler does not do access check at classgen time and invalid

[jira] [Resolved] (GROOVY-4365) Compiler does not do access check at classgen time and invalid class fails with IllegalAccessError later

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-4365. - Resolution: Fixed > Compiler does not do access check at classgen time and invalid class fails

[jira] [Resolved] (GROOVY-4349) Static imports and local method resolution fails when using implied property setter

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-4349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-4349. - Resolution: Fixed > Static imports and local method resolution fails when using implied

[jira] [Assigned] (GROOVY-4349) Static imports and local method resolution fails when using implied property setter

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-4349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-4349: --- Assignee: Eric Milles > Static imports and local method resolution fails when using

[jira] [Commented] (GROOVY-4232) Better support for CheckedCollections

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-4232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17346213#comment-17346213 ] Eric Milles commented on GROOVY-4232: - Sorry missed that. "asChecked" seems just fine and

[jira] [Commented] (GROOVY-4232) Better support for CheckedCollections

2021-05-17 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-4232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17346209#comment-17346209 ] Paul King commented on GROOVY-4232: --- Yep, that's the `asChecked` suggestion in the description. I

[jira] [Commented] (GROOVY-3952) CLONE -Groovy Support for annotations on local variable declarations: Part II - Allow Local Transforms to process such annotations

2021-05-17 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17346204#comment-17346204 ] Paul King commented on GROOVY-3952: --- Yes, we can keep this resolved. Those annotations are in the AST

[jira] [Commented] (GROOVY-4232) Better support for CheckedCollections

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-4232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17346189#comment-17346189 ] Eric Milles commented on GROOVY-4232: - What about a DGM like {{checked(List,Class)}} or

[jira] [Created] (GROOVY-10091) Incompatible generic argument types on closure's return type

2021-05-17 Thread Thodoris Sotiropoulos (Jira)
Thodoris Sotiropoulos created GROOVY-10091: -- Summary: Incompatible generic argument types on closure's return type Key: GROOVY-10091 URL: https://issues.apache.org/jira/browse/GROOVY-10091

[jira] [Resolved] (GROOVY-4067) groovy stacktrace cleanup

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-4067. - Resolution: Information Provided > groovy stacktrace cleanup > - > >

[jira] [Resolved] (GROOVY-3952) CLONE -Groovy Support for annotations on local variable declarations: Part II - Allow Local Transforms to process such annotations

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-3952. - Fix Version/s: (was: 4.x) Resolution: Implemented {{DeclarationExpression}} and

[jira] [Assigned] (GROOVY-8946) @CompileStatic ignores declared type and forces a cast when inside a closure

2021-05-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-8946: --- Assignee: Eric Milles > @CompileStatic ignores declared type and forces a cast when inside