[jira] [Commented] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2019-09-03 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16921805#comment-16921805 ] Daniel Sun commented on GROOVY-8815: [~emilles] I added committer role to your account, so you

[jira] [Commented] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2018-11-05 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675379#comment-16675379 ] Eric Milles commented on GROOVY-8815: - Hmmm...I tried that test case with my solution and found no

[jira] [Commented] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2018-11-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675185#comment-16675185 ] Paul King commented on GROOVY-8815: --- Unwinding the GROOVY-8757 change and instead applying the

[jira] [Commented] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2018-10-11 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16647012#comment-16647012 ] Paul King commented on GROOVY-8815: --- I'll take a look. > Inconsistent class file - undefined type

[jira] [Commented] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2018-10-11 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16646673#comment-16646673 ] Eric Milles commented on GROOVY-8815: - Paul, I have a suspicion that my proposed changes also fix

[jira] [Commented] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2018-10-08 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16642424#comment-16642424 ] Eric Milles commented on GROOVY-8815: - Pending changes for 2.5.3 have moved this problem a bit.

[jira] [Commented] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2018-10-04 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16638430#comment-16638430 ] Eric Milles commented on GROOVY-8815: - This patch fixed part of my issue.  Compilation from source

[jira] [Commented] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2018-09-28 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16631949#comment-16631949 ] Eric Milles commented on GROOVY-8815: - Thanks for checking.  The {{toString}} change is not needed,

[jira] [Commented] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2018-09-28 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16631910#comment-16631910 ] Paul King commented on GROOVY-8815: --- Removing the space in the toString breaks many tests which rely

[jira] [Commented] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2018-09-27 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16631208#comment-16631208 ] Eric Milles commented on GROOVY-8815: - *Can someone from the core team confirm that these changes

[jira] [Commented] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2018-09-27 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16631142#comment-16631142 ] Eric Milles commented on GROOVY-8815: - When applying generics to placeholders, the wildcard is

[jira] [Commented] (GROOVY-8815) Inconsistent class file - undefined type parameter for trait implementer

2018-09-27 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16630793#comment-16630793 ] Eric Milles commented on GROOVY-8815: - In {{TraitComposer.createForwarderMethod}}, the original