This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.
from 181cddd GROOVY-8448: "this.name" from anon. inner class
new 5748ecb GROOVY-8133: STC: support spread-dot for any iterable type,
incl. Stream
new 4b24737 GROOVY-10476: Stream provides iterator() but does not
implement Iterable
new e3441dc GROOVY-10477: SC: optimize `for (item in array) { }` --
dynamic variable
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:
.../java/org/codehaus/groovy/ast/ClassHelper.java | 2 +
.../asm/sc/StaticTypesStatementWriter.java | 142 +++++++++------------
.../transform/stc/StaticTypeCheckingVisitor.java | 87 +++++++------
src/test/groovy/transform/stc/LoopsSTCTest.groovy | 32 ++---
.../groovy/transform/stc/MethodCallsSTCTest.groovy | 40 +++++-
.../stc/PrecompiledExtensionNotExtendingDSL.groovy | 31 +++--
.../stc/TypeCheckingExtensionsTest.groovy | 8 +-
.../classgen/asm/sc/LoopsStaticCompileTest.groovy | 10 +-
8 files changed, 192 insertions(+), 160 deletions(-)