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.


    from 30ef550  GROOVY-4694: Move AstBuilderTransformation Global xForm to 
separate module
     new c53c976  minor edits
     new 272eb89  minor edits
     new f149acd  add builder for DeclarationExpression
     new 70218ab  add builders for BytecodeExpression supporting closure/lambda
     new 48c55d4  reorder methods
     new 3c5182c  minor edits

The 6 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/ast/expr/PropertyExpression.java        |  89 +--
 .../codehaus/groovy/ast/expr/TupleExpression.java  |  66 +-
 .../codehaus/groovy/ast/tools/GeneralUtils.java    | 751 +++++++++++----------
 .../org/codehaus/groovy/classgen/Verifier.java     |  13 +-
 .../classgen/asm/BinaryExpressionHelper.java       | 259 ++++---
 ...icTypesBinaryExpressionMultiTypeDispatcher.java |   5 +-
 .../classgen/asm/sc/StaticTypesCallSiteWriter.java |  21 +-
 .../asm/sc/StaticTypesUnaryExpressionHelper.java   |  99 ++-
 .../transformers/ConstructorCallTransformer.java   |  36 +-
 .../groovy/transform/stc/STCAssignmentTest.groovy  |  15 -
 10 files changed, 650 insertions(+), 704 deletions(-)

Reply via email to