[GitHub] [groovy] eric-milles commented on pull request #1414: GROOVY-9803: translate generics of method reference using SAM parameters

2020-11-12 Thread GitBox
eric-milles commented on pull request #1414: URL: https://github.com/apache/groovy/pull/1414#issuecomment-726306330 I don't know if the change in `applyGenericsContextToParameterClass` is the right thing to do. I have no Java specification section to quote for how return type generics sho

[jira] [Commented] (GROOVY-9132) Improve type inference for method reference

2020-11-12 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17230939#comment-17230939 ] Eric Milles commented on GROOVY-9132: - This may have been resolved by GROOVY-9803 >

[jira] [Commented] (GROOVY-7859) Erroneous method pointer expressions pass STC

2020-11-12 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17230950#comment-17230950 ] Eric Milles commented on GROOVY-7859: - This may have been addressed by GROOVY-9463

[jira] [Created] (GROOVY-9813) Improve support for matching functional interface to variadic method reference

2020-11-12 Thread Eric Milles (Jira)
Eric Milles created GROOVY-9813: --- Summary: Improve support for matching functional interface to variadic method reference Key: GROOVY-9813 URL: https://issues.apache.org/jira/browse/GROOVY-9813 Project:

[jira] [Assigned] (GROOVY-9796) Static type checker doesn't backtrack when solving generics

2020-11-12 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-9796: --- Assignee: (was: Eric Milles) > Static type checker doesn't backtrack when solving gener

[jira] [Updated] (GROOVY-9813) Improve support for matching functional interface to variadic method reference

2020-11-12 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-9813: Description: Java supports each of the following functional interface assignments for a variadic

[jira] [Created] (GROOVY-9814) Method reference doesn't accept subtypes of argument

2020-11-12 Thread Christopher Smith (Jira)
Christopher Smith created GROOVY-9814: - Summary: Method reference doesn't accept subtypes of argument Key: GROOVY-9814 URL: https://issues.apache.org/jira/browse/GROOVY-9814 Project: Groovy

[jira] [Updated] (GROOVY-9814) Method reference doesn't accept subtypes of argument

2020-11-12 Thread Christopher Smith (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Smith updated GROOVY-9814: -- Attachment: Groovy9814.groovy > Method reference doesn't accept subtypes of argument >

[jira] [Updated] (GROOVY-9814) Method reference doesn't accept subtypes of argument

2020-11-12 Thread Christopher Smith (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Smith updated GROOVY-9814: -- Description: When using a method reference such as {{HasId::getId}}, the compiler impl