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 0212db63b7 update dependency metadata
     new e4c7e2db58 GROOVY-11270: reduce "foo.bar.Baz" to "f.b.Baz" in long 
error message
     new 8b0467fb4a GROOVY-11335: STC: loop item type from `UnionTypeClassNode`

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  | 50 +++++++++++
 6 files changed, 178 insertions(+), 97 deletions(-)
 create mode 100644 src/test/org/codehaus/groovy/runtime/FormatHelperTest.java

Reply via email to