This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.
from ba00810 GROOVY-10087: STC: char can be implicitly boxed to Character
at return
new 57482cd GROOVY-3015, GROOVY-4610: add GroovyInterceptable check to
closure resolve strategy
new d7a3dc8 GROOVY-3421: evaluate spread-map value only once
new 21b30bf GROOVY-5453: order category methods before taking first
getter/setter
new b35092d GROOVY-7867: collection conversion: attach exception of
constructor as suppressed exception
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:
src/main/java/groovy/lang/MetaClassImpl.java | 69 ++++---------
.../groovy/classgen/AsmClassGenerator.java | 13 +--
.../groovy/runtime/GroovyCategorySupport.java | 25 ++---
.../groovy/runtime/metaclass/ClosureMetaClass.java | 11 ++
.../runtime/metaclass/TransformMetaMethod.java | 17 ++-
.../typehandling/DefaultTypeTransformation.java | 6 ++
src/test/groovy/CategoryTest.groovy | 34 ++++--
src/test/groovy/GroovyInterceptableTest.groovy | 106 ++++++++++++++-----
src/test/groovy/bugs/Groovy7867.groovy | 114 +++++++++++++++++++++
.../groovy/operator/SpreadMapOperatorTest.groovy | 26 +++--
10 files changed, 298 insertions(+), 123 deletions(-)
create mode 100644 src/test/groovy/bugs/Groovy7867.groovy