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 3ff5e600de Trivial refactoring: extract variable
new 49f630daa2 GROOVY-8828: STC: `UnionTypeClassNode` plain node reference
semantics
new 15905aaa2d GROOVY-9415: STC: support `Type[i]` when class provides a
static `getAt`
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/StaticTypesCallSiteWriter.java | 22 ++++++------------
.../transform/stc/StaticTypeCheckingSupport.java | 27 +++++++++-------------
.../transform/stc/StaticTypeCheckingVisitor.java | 12 ++++------
.../groovy/transform/stc/UnionTypeClassNode.java | 23 ++++++++++++------
src/test/groovy/transform/stc/BugsSTCTest.groovy | 11 +++++++++
.../transform/stc/TypeInferenceSTCTest.groovy | 16 +++++++++++++
6 files changed, 66 insertions(+), 45 deletions(-)