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

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


    from 8aa0b919b8 GROOVY-11459: configurable hashing algorithm (additional 
refactoring)
     new f50ce0c1de GROOVY-8600, GROOVY-11366: SC: implicit-`this` closure 
field call
     new dcfe41d8a5 GROOVY-5881, GROOVY-6324: defer to metaclass for closure 
call

The 2 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:
 .../groovy/classgen/asm/InvocationWriter.java      | 90 ++++++----------------
 .../MethodCallExpressionTransformer.java           |  8 +-
 .../transformers/StaticCompilationTransformer.java | 12 +--
 .../bugs/{Groovy4365.groovy => Groovy5267.groovy}  | 14 ++--
 src/test/groovy/bugs/Groovy5267Bug.groovy          | 50 ------------
 .../{Groovy8600Bug.groovy => Groovy8600.groovy}    | 16 ++--
 .../groovy/transform/DelegateTransformTest.groovy  | 24 +++---
 7 files changed, 56 insertions(+), 158 deletions(-)
 copy src/test/groovy/bugs/{Groovy4365.groovy => Groovy5267.groovy} (78%)
 delete mode 100644 src/test/groovy/bugs/Groovy5267Bug.groovy
 rename src/test/groovy/bugs/{Groovy8600Bug.groovy => Groovy8600.groovy} (78%)

Reply via email to