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

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


 discard d00b90a  GROOVY-9272: Support switch expression
     add 3113b6a  GROOVY-10106: trait field init may call trait method(s) so 
process first
     add 8cbfc36  GROOVY-6851, GROOVY-9151, GROOVY-10104: SC: skip 
Verifier-generated method nodes
     add df0fce5  GROOVY-9272: Support switch expression

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d00b90a)
            \
             N -- N -- N   refs/heads/GROOVY-9272 (df0fce5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

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:
 .../transform/sc/StaticCompilationVisitor.java     |  17 +--
 .../transform/stc/StaticTypeCheckingVisitor.java   |  23 +---
 .../transform/trait/TraitASTTransformation.java    |  20 ++--
 .../transform/trait/TraitReceiverTransformer.java  | 128 +++++++--------------
 src/test/gls/invocation/DefaultParamTest.groovy    |  23 ++++
 src/test/groovy/transform/stc/BugsSTCTest.groovy   |  48 ++++++--
 .../classgen/asm/sc/BugsStaticCompileTest.groovy   |  33 +++---
 7 files changed, 138 insertions(+), 154 deletions(-)

Reply via email to