This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 768243adad GROOVY-11821: Bump asm to 9.9.1
add 965272c48d GROOVY-11817: SC: dynamic property or method call keeps
method static
new 849a5f5100 Merge pull request #2357 from apache/GROOVY-11817
The 1 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/AsmClassGenerator.java | 11 +++---
.../groovy/classgen/asm/DelegatingController.java | 6 ++++
.../groovy/classgen/asm/WriterController.java | 5 +++
.../classgen/asm/sc/StaticInvocationWriter.java | 7 ++--
.../classgen/asm/sc/StaticTypesClosureWriter.java | 13 +++----
.../asm/sc/StaticTypesWriterController.java | 15 +++++---
.../stc/AbstractTypeCheckingExtension.java | 11 +-----
.../transform/stc/StaticTypeCheckingVisitor.java | 4 +--
.../asm/sc/MixedModeStaticCompilationTest.groovy | 40 ++++++++++++++++++----
9 files changed, 71 insertions(+), 41 deletions(-)