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 875295e483 GROOVY-10587: resolve annotations from module before nested
new f80662a7db stop writing classes to project basedir
new 53657938bb add `GroovyShell#withConfig(Closure)` and refactor some
unit tests
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:
.../builder/CompilerCustomizationBuilder.groovy | 36 +-
...onditionalInterruptibleASTTransformation.groovy | 23 +-
src/main/java/groovy/grape/Grape.java | 6 +-
src/main/java/groovy/lang/GroovyShell.java | 23 +-
.../customizers/builder/CustomizersFactory.java | 15 +-
.../typing/TypeCheckingExtensionSpecTest.groovy | 14 +-
.../bugs/DirectMethodCallWithVargsTest.groovy | 93 ++---
.../transform/ConditionalInterruptTest.groovy | 259 ++++++------
src/test/groovy/transform/LazyTest.groovy | 118 +++---
src/test/groovy/transform/ReadWriteLockTest.groovy | 293 +++++++-------
.../groovy/transform/ThreadInterruptTest.groovy | 430 ++++++++++----------
.../groovy/transform/TimedInterruptTest.groovy | 448 ++++++++++-----------
.../groovy/transform/stc/MethodCallsSTCTest.groovy | 15 +-
.../ClosureWriterGeneratedAnnotationTest.groovy | 75 ++--
.../classgen/asm/sc/BugsStaticCompileTest.groovy | 3 +-
...ticCompileClosureGeneratedAnnotationTest.groovy | 81 ++--
.../groovy/transform/AutoCloneTransformTest.groovy | 8 +-
.../groovy/transform/AutoFinalTransformTest.groovy | 7 +-
.../TransformsAndCustomClassLoadersTest.groovy | 2 +-
19 files changed, 941 insertions(+), 1008 deletions(-)