You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2021/10/04 20:11:04 UTC

[GitHub] [groovy] eric-milles opened a new pull request #1635: GROOVY-10282: GenericsUtils: do not mix type parameter contexts

eric-milles opened a new pull request #1635:
URL: https://github.com/apache/groovy/pull/1635


   collect for `BiFunction<U, ? super T, U>` yields `[T:U, U:? super T, R:U]` not `[T:? super T, U:? super T, R:? super T]`
   
   https://issues.apache.org/jira/browse/GROOVY-10282


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@groovy.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [groovy] eric-milles merged pull request #1635: GROOVY-10282: GenericsUtils: do not mix type parameter contexts

Posted by GitBox <gi...@apache.org>.
eric-milles merged pull request #1635:
URL: https://github.com/apache/groovy/pull/1635


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@groovy.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [groovy] danielsun1106 commented on pull request #1635: GROOVY-10282: GenericsUtils: do not mix type parameter contexts

Posted by GitBox <gi...@apache.org>.
danielsun1106 commented on pull request #1635:
URL: https://github.com/apache/groovy/pull/1635#issuecomment-934048454


   LGTM


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@groovy.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org