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 2020/11/10 16:02:59 UTC

[GitHub] [groovy] eric-milles opened a new pull request #1415: GROOVY-9799: avoid using ClassNode#getTypeClass

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


   When using method references for local types, there is no Class to use for compatibility testing.  Switch to `isAssignableTo(ClassNode,ClassNode)` to make determination using Groovy model.
   
   https://issues.apache.org/jira/browse/GROOVY-9799


----------------------------------------------------------------
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.

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



[GitHub] [groovy] paulk-asert commented on pull request #1415: GROOVY-9799: avoid using ClassNode#getTypeClass

Posted by GitBox <gi...@apache.org>.
paulk-asert commented on pull request #1415:
URL: https://github.com/apache/groovy/pull/1415#issuecomment-725084130


   Proposed PR merged. Thanks!


----------------------------------------------------------------
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.

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



[GitHub] [groovy] asfgit closed pull request #1415: GROOVY-9799: avoid using ClassNode#getTypeClass

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #1415:
URL: https://github.com/apache/groovy/pull/1415


   


----------------------------------------------------------------
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.

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



[GitHub] [groovy] danielsun1106 commented on pull request #1415: GROOVY-9799: avoid using ClassNode#getTypeClass

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


   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.

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