[jira] [Commented] (GROOVY-8409) Static compilation with generic function wrapping BiFunction causes GroovyCastException

2018-10-06 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640952#comment-16640952 ] Daniel Sun commented on GROOVY-8409: Hi [~kenzierocks], I tried to fix the issue, but time was not

[jira] [Commented] (GROOVY-8409) Static compilation with generic function wrapping BiFunction causes GroovyCastException

2018-10-06 Thread Kenzie Togami (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640944#comment-16640944 ] Kenzie Togami commented on GROOVY-8409: --- This is a pretty big blocker for {{@CompileStatic}} usage

[jira] [Commented] (GROOVY-8409) Static compilation with generic function wrapping BiFunction causes GroovyCastException

2018-08-25 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592739#comment-16592739 ] Paul King commented on GROOVY-8409: --- Standalone example for testing showing two failing cases and two

[jira] [Commented] (GROOVY-8409) Static compilation with generic function wrapping BiFunction causes GroovyCastException

2018-08-19 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16585151#comment-16585151 ] Daniel Sun commented on GROOVY-8409: See `GenericsTypeName`

[jira] [Commented] (GROOVY-8409) Static compilation with generic function wrapping BiFunction causes GroovyCastException

2018-08-19 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16585137#comment-16585137 ] Daniel Sun commented on GROOVY-8409: Since `GenericsType` does not have declaring class, so it will

[jira] [Commented] (GROOVY-8409) Static compilation with generic function wrapping BiFunction causes GroovyCastException

2018-08-18 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16584731#comment-16584731 ] Daniel Sun commented on GROOVY-8409: The content of resolvedPlaceholders is shown as follows:

[jira] [Commented] (GROOVY-8409) Static compilation with generic function wrapping BiFunction causes GroovyCastException

2017-12-19 Thread Shon Vella (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16297491#comment-16297491 ] Shon Vella commented on GROOVY-8409: Since reporting this issue 10 days ago I have run into this same