This is an automated email from the ASF dual-hosted git repository.
paulk-asert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 375648707c GROOVY-12131: address review comments
new 982c75e212 GROOVY-12143: lambda hoisting (GEP-27)
new f3e3bffa42 GROOVY-12143: use the fluent AstQuery API for the
nested-function check
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:
.../main/groovy/org.apache.groovy-tested.gradle | 7 +
.../classgen/asm/sc/StaticTypesLambdaWriter.java | 204 +++++++++++++++-
.../groovy/transform/stc/LambdaHoistTest.groovy | 265 +++++++++++++++++++++
.../groovy/groovy/transform/stc/LambdaTest.groovy | 7 +
.../groovy/classgen/asm/TypeAnnotationsTest.groovy | 3 +
5 files changed, 483 insertions(+), 3 deletions(-)
create mode 100644 src/test/groovy/groovy/transform/stc/LambdaHoistTest.groovy