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 a4e82d7  add missing source position
     new 69e3584  copy implicit-this, static, and type when transforming and 
add getText()
     new bee1b0f  refactor AST creation and other minor edits
     new 3066a43  undo
     new 18a2675  GROOVY-9661: address ArrayExpression inconsistencies

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:
 .../codehaus/groovy/ast/expr/ArrayExpression.java  | 112 +++++++++++-------
 .../groovy/ast/expr/AttributeExpression.java       |  29 +++--
 .../groovy/ast/expr/PropertyExpression.java        |  42 +++----
 .../groovy/classgen/AsmClassGenerator.java         |  75 ++++++------
 .../transform/trait/TraitReceiverTransformer.java  | 128 +++++++++------------
 .../asm/sc/StaticCompilationTestSupport.groovy     |  34 +++---
 6 files changed, 222 insertions(+), 198 deletions(-)

Reply via email to