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 84e1299e02 update dependency metadata
     new 5e03289d25 GROOVY-11335: STC: loop item type from `UnionTypeClassNode`
     new 1b72bb86ad GROOVY-11270: reduce "foo.bar.Baz" to "f.b.Baz" in long 
error message

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:
 .../java/groovy/lang/MissingMethodException.java   |  4 +-
 .../org/codehaus/groovy/runtime/FormatHelper.java  | 48 ++++++++---
 .../transform/stc/StaticTypeCheckingVisitor.java   | 61 +++++++-------
 .../groovy/transform/stc/UnionTypeClassNode.java   | 98 ++++++++++------------
 src/test/groovy/transform/stc/LoopsSTCTest.groovy  | 14 ++++
 .../codehaus/groovy/runtime/FormatHelperTest.java} | 39 +++++----
 6 files changed, 149 insertions(+), 115 deletions(-)
 copy src/{spec/test/typing/TypeCheckingJavaTest.java => 
test/org/codehaus/groovy/runtime/FormatHelperTest.java} (52%)

Reply via email to