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 2019/12/23 19:41:49 UTC

[GitHub] [groovy] eric-milles opened a new pull request #1130: GROOVY-9327: handle STC for AIC in non-STC class but STC method

eric-milles opened a new pull request #1130: GROOVY-9327: handle STC for AIC in non-STC class but STC method
URL: https://github.com/apache/groovy/pull/1130
 
 
   https://issues.apache.org/jira/browse/GROOVY-9327
   
   `visitClass` usually processes inner classes.  However, when specific methods are annotated for STC/SC, `visitClass` is not executed (see org.codehaus.groovy.transform.StaticTypesTransformation#visit).  In this case, `visitClass(anonType)` must be driven and the metadata that `visitClass` would normally set must be provided.

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


With regards,
Apache Git Services

[GitHub] [groovy] paulk-asert commented on issue #1130: GROOVY-9327: handle STC for AIC in non-STC class but STC method

Posted by GitBox <gi...@apache.org>.
paulk-asert commented on issue #1130: GROOVY-9327: handle STC for AIC in non-STC class but STC method
URL: https://github.com/apache/groovy/pull/1130#issuecomment-568588511
 
 
   +1

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


With regards,
Apache Git Services

[GitHub] [groovy] danielsun1106 merged pull request #1130: GROOVY-9327: handle STC for AIC in non-STC class but STC method

Posted by GitBox <gi...@apache.org>.
danielsun1106 merged pull request #1130: GROOVY-9327: handle STC for AIC in non-STC class but STC method
URL: https://github.com/apache/groovy/pull/1130
 
 
   

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


With regards,
Apache Git Services

[GitHub] [groovy] danielsun1106 commented on issue #1130: GROOVY-9327: handle STC for AIC in non-STC class but STC method

Posted by GitBox <gi...@apache.org>.
danielsun1106 commented on issue #1130: GROOVY-9327: handle STC for AIC in non-STC class but STC method
URL: https://github.com/apache/groovy/pull/1130#issuecomment-568610319
 
 
   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


With regards,
Apache Git Services