[jira] [Commented] (GROOVY-7867) asType(Collection col, Class clazz) ingnores exceptions in clazz constructor

2016-06-19 Thread Pavel Novichenko (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339022#comment-15339022 ] Pavel Novichenko commented on GROOVY-7867: -- You right. I'm not figured such use. But maybe

[jira] [Commented] (GROOVY-7867) asType(Collection col, Class clazz) ingnores exceptions in clazz constructor

2016-06-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339009#comment-15339009 ] Paul King commented on GROOVY-7867: --- Can you provide an example to motivate why you want such a change?

[jira] [Commented] (GROOVY-7868) Calling super constructor with in-line casted Closure param does not compile: unexpected "constructor call must be first statement" error

2016-06-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15338416#comment-15338416 ] Paul King commented on GROOVY-7868: --- Looks like the {{argList}} production in the grammar isn't quite

[jira] [Updated] (GROOVY-7868) Calling super constructor with in-line casted Closure param does not compile: unexpected "constructor call must be first statement" error

2016-06-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7868: -- Description: Running the following code in Groovy Console should result "successfully" with "Could

[jira] [Updated] (GROOVY-7868) Calling super constructor with in-line casted Closure param does not compile: unexpected "constructor call must be first statement" error

2016-06-19 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7868: -- Description: Running the following code in Groovy Console should result "succesfully" with "Could not