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 f89bb668d4 make non-indy test more lenient (both non and indy cases)
     new 81ea3227e2 GROOVY-11270: reduce "foo.bar.Baz" to "f.b.Baz" in long 
error message
     new c917668243 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/InvokerHelper.java |  43 +++++++--
 .../transform/stc/StaticTypeCheckingVisitor.java   |  47 ++++-----
 .../groovy/transform/stc/UnionTypeClassNode.java   |  98 +++++++++----------
 src/test/groovy/transform/stc/LoopsSTCTest.groovy  |  14 +++
 .../codehaus/groovy/runtime/InvokerHelperTest.java | 106 +++++++++++++--------
 6 files changed, 185 insertions(+), 127 deletions(-)

Reply via email to