This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git.


    from 5bf6b7e  Disable github-actions CI for now
     new b68bc43  minor fix-ups
     new ce304c4  GROOVY-9270: add checks for invalid instanceof reference types

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/control/CompilationUnit.java   | 45 +++++-----
 .../groovy/control/InstanceOfVerifier.java         | 58 +++++++++++++
 .../java/org/codehaus/groovy/syntax/Types.java     | 19 ++---
 .../{Groovy8046Bug.groovy => Groovy8046.groovy}    | 36 ++++----
 src/test/groovy/bugs/Groovy9270.groovy             | 96 ++++++++++++++++++++++
 5 files changed, 209 insertions(+), 45 deletions(-)
 create mode 100644 
src/main/java/org/codehaus/groovy/control/InstanceOfVerifier.java
 rename src/test/groovy/bugs/{Groovy8046Bug.groovy => Groovy8046.groovy} (65%)
 create mode 100644 src/test/groovy/bugs/Groovy9270.groovy

Reply via email to