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/08/06 15:25:04 UTC

[GitHub] [groovy] eric-milles opened a new pull request #1340: GROOVY-9255: transform "TraitType.super.name" to getName()/isName() call

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


   "TraitType.super.name = ..." was already handled; binary expression is transformed before subbing "TraitType$Helper.setName(this, ...)", so be careful not to transform LHS (assign target) to accessor call.
   
   https://issues.apache.org/jira/browse/GROOVY-9255


----------------------------------------------------------------
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] eric-milles merged pull request #1340: GROOVY-9255: transform "TraitType.super.name" to getName()/isName() call

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


   


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