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 03802d0  GROOVY-8582: Documentation for `var` keyword (Java10)
     new 3c05408  add builder for DeclarationExpression
     new 158ebff  add builders for BytecodeExpression supporting closure/lambda
     new d0568bd  reorder methods
     new ff7b13e  minor edits

The 4 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    | 749 +++++++++++----------
 .../org/codehaus/groovy/classgen/Verifier.java     |  13 +-
 .../classgen/asm/BinaryExpressionHelper.java       |   7 +-
 ...icTypesBinaryExpressionMultiTypeDispatcher.java |   5 +-
 .../classgen/asm/sc/StaticTypesCallSiteWriter.java |  21 +-
 .../asm/sc/StaticTypesUnaryExpressionHelper.java   |  99 ++-
 .../transformers/ConstructorCallTransformer.java   |  36 +-
 9 files changed, 538 insertions(+), 547 deletions(-)

Reply via email to