[jira] [Commented] (GROOVY-8595) Expected parameter of type XXX but got YYY static compile error

2018-06-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497811#comment-16497811 ] ASF GitHub Bot commented on GROOVY-8595: Github user danielsun1106 closed the pull request at:

[jira] [Commented] (GROOVY-8595) Expected parameter of type XXX but got YYY static compile error

2018-06-01 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497717#comment-16497717 ] Daniel Sun commented on GROOVY-8595: [~pablo72] The following PR will fix your issue:

[jira] [Commented] (GROOVY-8595) Expected parameter of type XXX but got YYY static compile error

2018-06-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497697#comment-16497697 ] ASF GitHub Bot commented on GROOVY-8595: GitHub user danielsun1106 opened a pull request:

[jira] [Commented] (GROOVY-8595) Expected parameter of type XXX but got YYY static compile error

2018-05-22 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16486526#comment-16486526 ] Daniel Sun commented on GROOVY-8595:

[jira] [Commented] (GROOVY-8595) Expected parameter of type XXX but got YYY static compile error

2018-05-22 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16486497#comment-16486497 ] Daniel Sun commented on GROOVY-8595: [~jwagenleitner] That's great! call chains, e.g. `a().b().c()`

[jira] [Commented] (GROOVY-8595) Expected parameter of type XXX but got YYY static compile error

2018-05-22 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16486187#comment-16486187 ] John Wagenleitner commented on GROOVY-8595: --- I tested this with that PR (fix for GROOVY-8590)

[jira] [Commented] (GROOVY-8595) Expected parameter of type XXX but got YYY static compile error

2018-05-22 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484716#comment-16484716 ] Daniel Sun commented on GROOVY-8595: The PR seems to fix nested calls, not cover the issue... >

[jira] [Commented] (GROOVY-8595) Expected parameter of type XXX but got YYY static compile error

2018-05-22 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16484690#comment-16484690 ] Daniel Sun commented on GROOVY-8595: it may be fixed by https://github.com/apache/groovy/pull/713 >