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

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


 discard 7cd7f9edce Minor tweaks
 discard 0b753ba404 GROOVY-9381: Add native async/await support
     add e3c960f50c minor items
     add 2e37575620 minor items
     add 86cf6f1dbd GROOVY-7685: Object category method and closure method call
     add 17d1ce0243 minor refactor: avoid two jupiter warnings
     add 566c0de182 fix broken test
     add 09773c0942 update dependency metadata
     add 8ecc02ed55 GROOVY-11874: add null check
     new 5ed506dd02 GROOVY-9381: Add native async/await support

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   (7cd7f9edce)
            \
             N -- N -- N   refs/heads/GROOVY-9381_3 (5ed506dd02)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gradle/verification-metadata.xml                   |  18 +
 src/main/java/groovy/lang/MetaClassImpl.java       |   8 +-
 .../groovy/runtime/metaclass/ClosureMetaClass.java |  68 ++--
 src/test/groovy/bugs/MethodDispatchBug.groovy      |   2 +-
 src/test/groovy/groovy/CategoryTest.groovy         |  26 ++
 src/test/groovy/groovy/ClassTest.groovy            |  20 +-
 .../groovy/groovy/ClosureMissingMethodTest.groovy  | 130 ++++---
 .../groovy/groovy/lang/ExpandoMetaClassTest.groovy | 402 ++++++++++-----------
 .../stc/ArraysAndCollectionsSTCTest.groovy         |  10 +
 9 files changed, 352 insertions(+), 332 deletions(-)

Reply via email to