This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.
from 23094d0 GROOVY-9064: add test case
new 6e5b36f GROOVY-10179: STC: for-in collection type: consider
instanceof flow-type
new de2687e GROOVY-10164: make RootLoader(ClassLoader) public
new b1dd5b3 GROOVY-10079: STC: Character can be implicitly unboxed to
char at return
new ba00810 GROOVY-10087: STC: char can be implicitly boxed to Character
at return
The 4 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:
.../java/org/codehaus/groovy/tools/RootLoader.java | 4 +-
.../transform/stc/StaticTypeCheckingSupport.java | 18 ++----
.../transform/stc/StaticTypeCheckingVisitor.java | 7 ++-
src/test/groovy/transform/stc/LoopsSTCTest.groovy | 66 ++++++++++++++++++++-
.../groovy/transform/stc/ReturnsSTCTest.groovy | 51 ++++++++++++++++
.../classgen/asm/sc/bugs/Groovy6240Bug.groovy | 69 ----------------------
6 files changed, 127 insertions(+), 88 deletions(-)
delete mode 100644
src/test/org/codehaus/groovy/classgen/asm/sc/bugs/Groovy6240Bug.groovy