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 65ce840a7c GROOVY-11348: STC: check loss of precision for `(short) 
1234` literals
     new 37021a0089 GROOVY-11412: SC: inner class getProperty, not outer class 
bridge method
     new 07dfd87ff5 minor items

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:
 .../codehaus/groovy/ast/tools/GeneralUtils.java    | 58 +++++++++++++---------
 .../classgen/asm/sc/StaticTypesCallSiteWriter.java | 39 +++------------
 .../transform/stc/StaticTypeCheckingVisitor.java   | 10 ++--
 .../stc/FieldsAndPropertiesSTCTest.groovy          | 25 +++++++++-
 src/test/groovy/transform/stc/LambdaTest.groovy    |  8 +--
 .../{Groovy6276Bug.groovy => Groovy6276.groovy}    | 32 ++++++------
 .../groovy/classgen/asm/sc/bugs/Groovy7276.groovy  | 10 ++--
 .../groovy/classgen/asm/sc/bugs/Groovy7304.groovy  | 42 ----------------
 8 files changed, 94 insertions(+), 130 deletions(-)
 rename src/test/org/codehaus/groovy/classgen/asm/sc/bugs/{Groovy6276Bug.groovy 
=> Groovy6276.groovy} (68%)
 delete mode 100644 
src/test/org/codehaus/groovy/classgen/asm/sc/bugs/Groovy7304.groovy

Reply via email to