[jira] [Updated] (GROOVY-10102) Type checking fails when calling trait method using indirect SelfType relation

2021-05-21 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renato Athaydes updated GROOVY-10102: - Description: I am having trouble migrating a very large project from Groovy 2.4.x to

[jira] [Updated] (GROOVY-10102) Type checking fails when calling trait method using indirect SelfType relation

2021-05-21 Thread Renato Athaydes (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renato Athaydes updated GROOVY-10102: - Description: I am having trouble migrating a very large project from Groovy 2.4.x to

[jira] [Assigned] (GROOVY-10102) Type checking fails when calling trait method using indirect SelfType relation

2021-05-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-10102: Assignee: Eric Milles > Type checking fails when calling trait method using indirect

[jira] [Commented] (GROOVY-10103) Lambda with command method call fails with cast exception

2021-05-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17349385#comment-17349385 ] Eric Milles commented on GROOVY-10103: -- Something is quite different in the AST because the IDE

[jira] [Updated] (GROOVY-10103) Lambda with command method call fails with cast exception

2021-05-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10103: - Attachment: image-2021-05-21-12-09-03-211.png > Lambda with command method call fails with

[jira] [Commented] (GROOVY-10100) groovyc infers the wrong type when using a method reference of a function with varargs

2021-05-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17349462#comment-17349462 ] Eric Milles commented on GROOVY-10100: -- See GROOVY-9813. I don't think method reference to

[jira] [Created] (GROOVY-10103) Lambda with command method call fails with cast exception

2021-05-21 Thread Eric Milles (Jira)
Eric Milles created GROOVY-10103: Summary: Lambda with command method call fails with cast exception Key: GROOVY-10103 URL: https://issues.apache.org/jira/browse/GROOVY-10103 Project: Groovy

[jira] [Commented] (GROOVY-10101) Unexpected value static variable from Child class extends (Base Class extends HashMap)

2021-05-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17349458#comment-17349458 ] Eric Milles commented on GROOVY-10101: -- There are a few open issues related to this.  Map is given

[jira] [Resolved] (GROOVY-10101) Unexpected value static variable from Child class extends (Base Class extends HashMap)

2021-05-21 Thread Nguyen Quan (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nguyen Quan resolved GROOVY-10101. -- Resolution: Works for Me > Unexpected value static variable from Child class extends (Base

[jira] [Commented] (GROOVY-10101) Unexpected value static variable from Child class extends (Base Class extends HashMap)

2021-05-21 Thread Nguyen Quan (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17349591#comment-17349591 ] Nguyen Quan commented on GROOVY-10101: -- Yep. I see. Thank you for your quick support. >