[jira] [Created] (GROOVY-9170) The method clone should be public as it implements the corresponding method from interface java.lang.Object

2019-06-11 Thread Mauro Molinari (JIRA)
Mauro Molinari created GROOVY-9170: -- Summary: The method clone should be public as it implements the corresponding method from interface java.lang.Object Key: GROOVY-9170 URL:

[jira] [Updated] (GROOVY-9171) Static compiler error for methods with identical names

2019-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-9171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lőrinc Pap updated GROOVY-9171: --- Summary: Static compiler error for methods with identical names (was: Static compiler error for

[GitHub] [groovy] paulk-asert opened a new pull request #952: GROOVY-9169: Groovy could support andThen/compose aliases for rightSh…

2019-06-11 Thread GitBox
paulk-asert opened a new pull request #952: GROOVY-9169: Groovy could support andThen/compose aliases for rightSh… URL: https://github.com/apache/groovy/pull/952 …ift/leftShift This is an automated message from the Apache

[jira] [Updated] (GROOVY-9171) Static compiler error for method with identical names

2019-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-9171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lőrinc Pap updated GROOVY-9171: --- Description: After updating Gradle from Groovy {{2.5.4}} to {{2.5.7}} the following file fails to

[jira] [Created] (GROOVY-9169) Groovy could support andThen/compose aliases for rightShift/leftShift

2019-06-11 Thread Paul King (JIRA)
Paul King created GROOVY-9169: - Summary: Groovy could support andThen/compose aliases for rightShift/leftShift Key: GROOVY-9169 URL: https://issues.apache.org/jira/browse/GROOVY-9169 Project: Groovy

[jira] [Updated] (GROOVY-9171) Static compiler error for method with identical names

2019-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-9171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lőrinc Pap updated GROOVY-9171: --- Description: After updating Gradle from Groovy {{2.5.4}} to {{2.5.7}} the following file fails to

[jira] [Updated] (GROOVY-9171) Static compiler error for method with identical names

2019-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-9171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lőrinc Pap updated GROOVY-9171: --- Description: After updating Gradle from Groovy {{2.5.4}} to {{2.5.7}} the following file fails to

[jira] [Created] (GROOVY-9171) Static compiler error for method with identical names

2019-06-11 Thread JIRA
Lőrinc Pap created GROOVY-9171: -- Summary: Static compiler error for method with identical names Key: GROOVY-9171 URL: https://issues.apache.org/jira/browse/GROOVY-9171 Project: Groovy Issue

[GitHub] [groovy] asfgit closed pull request #951: GROOVY-9133 Loop mode for groovy-console

2019-06-11 Thread GitBox
asfgit closed pull request #951: GROOVY-9133 Loop mode for groovy-console URL: https://github.com/apache/groovy/pull/951 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [groovy] paulk-asert edited a comment on issue #951: GROOVY-9133 Loop mode for groovy-console

2019-06-11 Thread GitBox
paulk-asert edited a comment on issue #951: GROOVY-9133 Loop mode for groovy-console URL: https://github.com/apache/groovy/pull/951#issuecomment-500819293 Thanks! Merged with a rename of prefs variable - hope that's okay.

[GitHub] [groovy] paulk-asert commented on issue #951: GROOVY-9133 Loop mode for groovy-console

2019-06-11 Thread GitBox
paulk-asert commented on issue #951: GROOVY-9133 Loop mode for groovy-console URL: https://github.com/apache/groovy/pull/951#issuecomment-500819293 Merged with a rename of prefs variable - hope that's okay This is an

[jira] [Updated] (GROOVY-9171) Static compiler ASM error for methods with identical names

2019-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-9171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lőrinc Pap updated GROOVY-9171: --- Description: After updating Gradle from Groovy {{2.5.4}} to {{2.5.7}} the following file fails to

[jira] [Commented] (GROOVY-9170) The method clone should be public as it implements the corresponding method from interface java.lang.Object

2019-06-11 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-9170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16861097#comment-16861097 ] Eric Milles commented on GROOVY-9170: - This error comes from {{Verifier.addCovariantMethods}}.

[jira] [Updated] (GROOVY-9171) Static compiler ASM error for methods with identical names

2019-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-9171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lőrinc Pap updated GROOVY-9171: --- Summary: Static compiler ASM error for methods with identical names (was: Static compiler error

[jira] [Updated] (GROOVY-9171) Static compiler ASM error for methods with identical names

2019-06-11 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-9171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lőrinc Pap updated GROOVY-9171: --- Description: After updating Gradle from Groovy {{2.5.4}} to {{2.5.7}} the following file fails to

[GitHub] [groovy] eric-milles opened a new pull request #953: GROOVY-9170: exclude non-interface methods from methods map

2019-06-11 Thread GitBox
eric-milles opened a new pull request #953: GROOVY-9170: exclude non-interface methods from methods map URL: https://github.com/apache/groovy/pull/953 `ClassNodeUtils.addDeclaredMethodsFromInterfaces` and `getDeclaredMethodsFromInterfaces` are returning methods from `java.lang.Object`.