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 bee95c0  GROOVY-9997: infer closure/lambda params + return types from 
cast/coerce
     new 076ccf3  GROOVY-10009: TracingInterceptor: "java.lang.Object" for null 
arguments
     new 1cf87b6  GROOVY-10010: check GString element vs String collection for 
method call
     new 39917b8  GROOVY-10027: NamedParam: check against declared/inferred 
argument type
     new 3321d1b  GROOVY-10036: STC: pass explicit type arguments of extension 
method call

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:
 src/main/java/groovy/lang/TracingInterceptor.java  | 35 ++++----
 .../java/org/codehaus/groovy/ast/GenericsType.java |  2 +-
 .../transform/stc/StaticTypeCheckingVisitor.java   | 21 +++--
 src/test/groovy/NamedParameterTest.groovy          | 80 +++++++++++++----
 src/test/groovy/lang/InterceptorTest.groovy        | 39 +++++----
 .../groovy/transform/stc/GenericsSTCTest.groovy    | 99 ++++++++++++++++------
 6 files changed, 186 insertions(+), 90 deletions(-)

Reply via email to