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 73e9c9f07d Bump version on GROOVY_4_0_X branch
new 8cc615e6da GROOVY-10356, GROOVY-10623: STC: inferred variable type
following `null`
new 5145aa4ae8 GROOVY-10271, GROOVY-10272: STC: process closure in ternary
expression
new 9508db373f GROOVY-10688: STC: common generics resolver for assign and
elvis/ternary
new a38856efa3 GROOVY-10698: STC: apply explicit/implicit type arguments
to parameters
new f0c3dd5f03 GROOVY-10674: add test case
The 5 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:
src/main/groovy/groovy/grape/GrapeIvy.groovy | 6 +-
.../transform/stc/StaticTypeCheckingVisitor.java | 110 ++++++++++++---------
src/test/groovy/grape/GrabResolverTest.groovy | 4 +-
.../groovy/transform/stc/ClosuresSTCTest.groovy | 6 +-
.../groovy/transform/stc/GenericsSTCTest.groovy | 53 ++++++++++
.../groovy/transform/stc/STCAssignmentTest.groovy | 35 +++++--
.../transform/stc/TernaryOperatorSTCTest.groovy | 26 ++++-
.../groovy/macro/matcher/ASTMatcher.groovy | 52 +++++-----
8 files changed, 197 insertions(+), 95 deletions(-)