[jira] [Resolved] (GROOVY-7945) Expect compilation error while resolving generic types

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-7945. - Fix Version/s: 4.0.0-alpha-3 Resolution: Fixed > Expect compilation error while

[jira] [Resolved] (GROOVY-9524) VerifyError when referencing a private enum method

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-9524. - Fix Version/s: 4.0.0-alpha-3 Resolution: Fixed > VerifyError when referencing a private

[jira] [Resolved] (GROOVY-7686) Can not see local variable from overriden method called from the constructor of an anonymous class instance

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-7686. - Fix Version/s: 4.0.0-alpha-3 Resolution: Fixed > Can not see local variable from

[GitHub] [groovy] eric-milles opened a new pull request #1529: GROOVY-9991: closure without arrow works for 0 and 1 parameter methods

2021-03-19 Thread GitBox
eric-milles opened a new pull request #1529: URL: https://github.com/apache/groovy/pull/1529 https://issues.apache.org/jira/browse/GROOVY-9991 -- 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

[jira] [Updated] (GROOVY-9991) STC: error for closure not matching functional interface method's parameter count

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-9991: Description: Consider the following: {code:groovy} import java.util.function.*

[jira] [Created] (GROOVY-9991) STC: error for closure not matching functional interface method's parameter count

2021-03-19 Thread Eric Milles (Jira)
Eric Milles created GROOVY-9991: --- Summary: STC: error for closure not matching functional interface method's parameter count Key: GROOVY-9991 URL: https://issues.apache.org/jira/browse/GROOVY-9991

[jira] [Assigned] (GROOVY-9991) STC: error for closure not matching functional interface method's parameter count

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-9991: --- Assignee: Eric Milles > STC: error for closure not matching functional interface method's

[jira] [Commented] (GROOVY-8960) Can not call a java parameterized type method from groovy with java enum. Compile error

2021-03-19 Thread Stuart Adamson (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17305207#comment-17305207 ] Stuart Adamson commented on GROOVY-8960: [~emilles]  A fix of refactoring does not help since we

[jira] [Updated] (GROOVY-8960) Can not call a java parameterized type method from groovy with java enum. Compile error

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8960: Fix Version/s: 2.5.15 > Can not call a java parameterized type method from groovy with java enum.

[jira] [Updated] (GROOVY-8960) Can not call a java parameterized type method from groovy with java enum. Compile error

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8960: Fix Version/s: 3.0.8 > Can not call a java parameterized type method from groovy with java enum.

[jira] [Resolved] (GROOVY-8960) Can not call a java parameterized type method from groovy with java enum. Compile error

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-8960. - Fix Version/s: 4.0.0-alpha-3 Resolution: Fixed > Can not call a java parameterized type

[GitHub] [groovy] danielsun1106 commented on pull request #1526: GROOVY-9524: enum const class extends enum class, so no this$0 for calls

2021-03-19 Thread GitBox
danielsun1106 commented on pull request #1526: URL: https://github.com/apache/groovy/pull/1526#issuecomment-803090511 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

[GitHub] [groovy] danielsun1106 merged pull request #1526: GROOVY-9524: enum const class extends enum class, so no this$0 for calls

2021-03-19 Thread GitBox
danielsun1106 merged pull request #1526: URL: https://github.com/apache/groovy/pull/1526 -- 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 #1522: GROOVY-7686: AIC: place local variable references above super ctor call

2021-03-19 Thread GitBox
danielsun1106 commented on pull request #1522: URL: https://github.com/apache/groovy/pull/1522#issuecomment-803089699 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

[GitHub] [groovy] danielsun1106 merged pull request #1522: GROOVY-7686: AIC: place local variable references above super ctor call

2021-03-19 Thread GitBox
danielsun1106 merged pull request #1522: URL: https://github.com/apache/groovy/pull/1522 -- 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,

[jira] [Assigned] (GROOVY-8960) Can not call a java parameterized type method from groovy with java enum. Compile error

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-8960: --- Assignee: Eric Milles > Can not call a java parameterized type method from groovy with

[GitHub] [groovy] danielsun1106 commented on pull request #1521: GROOVY-7945: resolve type of "super" constructor call including type arguments

2021-03-19 Thread GitBox
danielsun1106 commented on pull request #1521: URL: https://github.com/apache/groovy/pull/1521#issuecomment-803085918 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

[GitHub] [groovy] danielsun1106 merged pull request #1521: GROOVY-7945: resolve type of "super" constructor call including type arguments

2021-03-19 Thread GitBox
danielsun1106 merged pull request #1521: URL: https://github.com/apache/groovy/pull/1521 -- 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,

[jira] [Commented] (GROOVY-5728) Accessing private constructor from a static factory

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304980#comment-17304980 ] Eric Milles commented on GROOVY-5728: - See also GROOVY-6747 > Accessing private constructor from a

[jira] [Assigned] (GROOVY-5728) Accessing private constructor from a static factory

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-5728: --- Assignee: Eric Milles > Accessing private constructor from a static factory >

[jira] [Updated] (GROOVY-6610) "Expecting to find object/array on stack" VerifyError when passing static member as argument to chained ctor call

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-6610: Fix Version/s: 2.5.15 > "Expecting to find object/array on stack" VerifyError when passing static

[jira] [Comment Edited] (GROOVY-6610) "Expecting to find object/array on stack" VerifyError when passing static member as argument to chained ctor call

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304964#comment-17304964 ] Eric Milles edited comment on GROOVY-6610 at 3/19/21, 3:32 PM: --- Dynamic

[jira] [Updated] (GROOVY-6610) "Expecting to find object/array on stack" VerifyError when passing static member as argument to chained ctor call

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-6610: Fix Version/s: 3.0.8 > "Expecting to find object/array on stack" VerifyError when passing static

[jira] [Resolved] (GROOVY-6610) "Expecting to find object/array on stack" VerifyError when passing static member as argument to chained ctor call

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-6610. - Fix Version/s: 4.0.0-alpha-3 Resolution: Fixed Dynamic case was fixed earlier.  Static

[jira] [Assigned] (GROOVY-6610) "Expecting to find object/array on stack" VerifyError when passing static member as argument to chained ctor call

2021-03-19 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-6610: --- Assignee: Eric Milles > "Expecting to find object/array on stack" VerifyError when passing

[jira] [Updated] (GROOVY-9990) Bump openbeans to 1.0.2

2021-03-19 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-9990: -- Summary: Bump openbeans to 1.0.2 (was: Bump openbeans to 1.0.1) > Bump openbeans to 1.0.2 >

[jira] [Commented] (GROOVY-9990) Bump openbeans to 1.0.2

2021-03-19 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304882#comment-17304882 ] Paul King commented on GROOVY-9990: --- Changing to 1.0.2 to overcome small glitch in 1.0.1 > Bump

[jira] [Assigned] (GROOVY-9958) Prepare for bintray/jcenter sunset

2021-03-19 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-9958: - Assignee: Paul King > Prepare for bintray/jcenter sunset > --

[jira] [Commented] (GROOVY-9990) Bump openbeans to 1.0.1

2021-03-19 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304672#comment-17304672 ] Paul King commented on GROOVY-9990: --- Thanks to [~melix] for preparing the new artifact. > Bump

[jira] [Resolved] (GROOVY-9990) Bump openbeans to 1.0.1

2021-03-19 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-9990. --- Fix Version/s: 4.0.0-alpha-3 3.0.8 2.5.15 Resolution:

[jira] [Updated] (GROOVY-9958) Prepare for bintray/jcenter sunset

2021-03-19 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-9958: -- Description: Involves: * -Replace {{jcenter}} repositories in build scripts with {{mavenCentral}}-

[GitHub] [groovy] paulk-asert closed pull request #1524: GROOVY-9989: remove JCenter Bintray from default Ivy resolvers

2021-03-19 Thread GitBox
paulk-asert closed pull request #1524: URL: https://github.com/apache/groovy/pull/1524 -- 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] paulk-asert commented on pull request #1524: GROOVY-9989: remove JCenter Bintray from default Ivy resolvers

2021-03-19 Thread GitBox
paulk-asert commented on pull request #1524: URL: https://github.com/apache/groovy/pull/1524#issuecomment-802589494 Instead of removing jcenter for Groovy 2/3, I went with moving jcenter to the last entry in the resolver chain list. As per comment in GROOVY-9989, this should minimise the

[jira] [Resolved] (GROOVY-9989) Investigate impact of Bintray/JCenter shutdown (grape config aspects)

2021-03-19 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-9989. --- Fix Version/s: 3.0.8 2.5.15 Assignee: Paul King Resolution: Fixed