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

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


    from 20d895a  Add a test to reproduce "GROOVY-7812: Static inner classes 
cannot be accessed from other files when running by 'groovy' command"
     new 5be8010  GROOVY-8954: VerifyError due to incorrect bytecode produced 
when a trait super property call also comes from an interface (closes #852)
     new 50b77b2  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