You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2020/08/09 02:07:38 UTC

[groovy] branch GROOVY_3_0_X updated (8810426 -> 196ce03)

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a change to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.


 discard 8810426  Revert "GROOVY-9386: traits: do not transform dynamic variable within closure"
 discard a69865c  minor refactor
 discard 72ad668  GROOVY-9256: process closure expressions for Trait.super.name transforms
 discard d636998  GROOVY-9673: do not set method target on call expr in case of overloads
 discard c74c918  GROOVY-9255: transform "TraitType.super.name" to getName()/isName() call
 discard 31d4a6c  GROOVY-9386: traits: do not transform dynamic variable within closure
 discard 230c148  minor refactor
 discard c71fda9  minor refactor

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/GROOVY_3_0_X (196ce03)
            \
             O -- O -- O   (8810426)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../java/org/codehaus/groovy/syntax/Types.java     |   3 -
 .../transform/trait/SuperCallTraitTransformer.java | 213 ++++++++-----------
 .../transform/trait/TraitASTTransformation.java    | 228 +++++++++++----------
 .../traitx/TraitASTTransformationTest.groovy       | 180 +---------------
 4 files changed, 205 insertions(+), 419 deletions(-)