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

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


    from 241df9a  bump baseline version
     new bcd8b69  GROOVY-8954: VerifyError due to incorrect bytecode produced 
when a trait super property call also comes from an interface (closes #852)
     new 3dcbfb1  GROOVY-8951: Traits defining getter conflicts with generated 
getter (improvements for pre-compiled case) (closes #851)

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      |  4 +-
 .../groovy/tools/javac/JavaStubGenerator.java      | 71 ++++++++++++---------
 .../groovy/transform/trait/TraitComposer.java      | 14 +----
 .../codehaus/groovy/transform/trait/Traits.java    | 19 ++++++
 .../traitx/TraitASTTransformationTest.groovy       | 20 ++++++
 .../test/groovy/groovy/ant/Groovy8951Test.groovy   | 73 ++++++++++++++++++++++
 6 files changed, 157 insertions(+), 44 deletions(-)
 create mode 100644 
subprojects/groovy-ant/src/test/groovy/groovy/ant/Groovy8951Test.groovy

Reply via email to