This is an automated email from the ASF dual-hosted git repository.
paulk pushed a change to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 901373310f GROOVY-7247: STC: support spread-map expression
new bd45d5b860 GROOVY-10710: operator == is slow when comparing primitive
arrays and lists (port to 4_0_X)
new 923238f731 GROOVY-10713 Document ClassCodeExpressionTransformer
limitation when dealing with Closure.
new c5121849bc GROOVY-10710: operator == is slow when comparing primitive
arrays and lists
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/ast/ClassCodeExpressionTransformer.java | 21 +++
.../groovy/runtime/DefaultGroovyMethods.java | 16 +-
.../typehandling/DefaultTypeTransformation.java | 181 ++++++++++++++++++++-
.../DefaultTypeTransformationTest.groovy | 22 +++
4 files changed, 230 insertions(+), 10 deletions(-)