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 168bb9bc07 cast implicit property and fix types of within-closure
`this` conversion
new 59b02b54d8 GROOVY-11480: SC: check for `Type.this.name` within lambda
new 6312fec762 GROOVY-10920: SC: convert `void` and non-primitive operands
to `boolean`
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/StaticTypesLambdaWriter.java | 16 +++++++--
.../transformers/BooleanExpressionTransformer.java | 4 +--
src/test/groovy/transform/stc/LambdaTest.groovy | 35 ++++++++++++++++++
.../classgen/FinalVariableAnalyzerTest.groovy | 42 ++++++++++++----------
4 files changed, 73 insertions(+), 24 deletions(-)