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 997267dbc6 add Groovy 5 to matrix for Groovy 6
     add 3b81f2bd22 GROOVY-7463: `break` out of named `if` statement
     add 41ab74b61b GROOVY-7617: limit label scope
     add 6475e816aa GROOVY-6844: `break` out of named block statement
     new 0e3db02a42 Merge pull request #2371 from apache/GROOVY-7463

The 1 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:
 .../apache/groovy/parser/antlr4/AstBuilder.java    |  15 -
 .../codehaus/groovy/ast/stmt/ThrowStatement.java   |  10 +-
 .../codehaus/groovy/classgen/asm/CompileStack.java | 206 ++++++------
 .../groovy/classgen/asm/StatementWriter.java       |  53 +--
 .../org/codehaus/groovy/control/LabelVerifier.java | 286 +++++++++++-----
 src/spec/doc/core-semantics.adoc                   |  18 +-
 src/spec/test/semantics/LabelsTest.groovy          |  23 +-
 .../groovy/groovy/BreakContinueLabelTest.groovy    | 372 +++++++++++++++------
 .../groovy/parser/antlr4/SyntaxErrorTest.groovy    |  21 --
 9 files changed, 641 insertions(+), 363 deletions(-)

Reply via email to