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 608d151423 GROOVY-10854: control `record` generation using 
`@RecordType` annotation
     new eeec29e6e8 GROOVY-10820: STC: static methods for `Type.name()` except 
from `Class`
     new 0a1dc1e3de GROOVY-10820: STC: static properties for `Type.name` except 
from `Class`

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:
 .../transform/stc/StaticTypeCheckingVisitor.java   |  90 ++-
 src/spec/test/typing/TypeCheckingTest.groovy       |   3 +-
 src/test/groovy/bugs/Groovy7204.groovy             |   4 +-
 src/test/groovy/bugs/Groovy7987.groovy             |  44 --
 src/test/groovy/bugs/Groovy8609Bug.groovy          | 171 +++--
 .../groovy/transform/stc/GenericsSTCTest.groovy    |  20 +-
 .../groovy/transform/stc/MethodCallsSTCTest.groovy | 129 ++--
 .../classgen/asm/sc/BugsStaticCompileTest.groovy   | 697 +++++++++++----------
 .../asm/sc/StaticCompilationTestSupport.groovy     |   2 +
 .../main/groovy/groovy/console/ui/Console.groovy   |  24 +-
 10 files changed, 580 insertions(+), 604 deletions(-)
 delete mode 100644 src/test/groovy/bugs/Groovy7987.groovy

Reply via email to