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 dd79fdc GROOVY-10289: check for static enclosing type(s) before
accessing this$0
new 535a086 GROOVY-10424: SC: prevent infinite recursion for
`isExtended(ClassNode)`
new 54aa63e GROOVY-9344, GROOVY-9516, GROOVY-9607: SC: track closure
shared variable
The 2 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:
.../classgen/asm/sc/StaticTypesTypeChooser.java | 34 ++++++-----
.../transformers/BooleanExpressionTransformer.java | 10 ++--
.../transform/stc/StaticTypeCheckingVisitor.java | 13 ++--
src/test/groovy/transform/stc/BugsSTCTest.groovy | 36 +++++++++++
.../groovy/transform/stc/ClosuresSTCTest.groovy | 70 +++++++++++++++++++---
.../asm/sc/StaticCompileFlowTypingTest.groovy | 40 ++++++++++++-
6 files changed, 167 insertions(+), 36 deletions(-)