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 c8c1ea0  additional XML test tweaks (formatting and spelling)
     new cf89b26  GROOVY-8272: Extending trait can't execute static method 
(closes #865)
     new 755c943  GROOVY-8964: MissingMethodException when trying to resolve 
overload with variable arguments (closes #866)

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:
 .../java/org/codehaus/groovy/ast/ClassNode.java    | 30 +++++++++++++++++++---
 .../transform/stc/TraitTypeCheckingExtension.java  | 27 ++++++++++++-------
 .../{Groovy5137Bug.groovy => Groovy8964Bug.groovy} | 28 ++++++++++----------
 .../traitx/TraitASTTransformationTest.groovy       | 25 ++++++++++++++++++
 4 files changed, 83 insertions(+), 27 deletions(-)
 copy src/test/groovy/bugs/{Groovy5137Bug.groovy => Groovy8964Bug.groovy} (62%)

Reply via email to