This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.
from 9444a8a minor edits
new 1af1874 GROOVY-8433: Category transform implies static methods
new cb3ad7c GROOVY-10500: `@NamedVariant`: slice named args map for
`@NamedDelegate`
new d6a651b GROOVY-10502: `@NamedVariant`: illegal argument exception if
map is null
The 3 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/InnerClassVisitor.java | 11 +++++++-
.../transform/NamedVariantASTTransformation.java | 33 ++++++++++++----------
src/spec/test/metaprogramming/CategoryTest.groovy | 20 +++++++++++++
.../transform/NamedVariantTransformTest.groovy | 7 +++--
4 files changed, 52 insertions(+), 19 deletions(-)