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 9bad7aa Bump JDK to 11.0.9 in the github action
new c6b0442 GROOVY-9896, GROOVY-4727: add return for last case if no
default present
new 90dbeb3 GROOVY-9880: retain the break statement for potential
fall-through cases
new ffbb3e9 GROOVY-9373: allow block to fall through to failsafe return
instructions
The 3 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:
.../org/codehaus/groovy/classgen/ReturnAdder.java | 69 ++++++--------
src/test/groovy/SwitchTest.groovy | 105 +++++++++++++++++++--
src/test/groovy/bugs/Groovy3789Bug.groovy | 39 --------
3 files changed, 124 insertions(+), 89 deletions(-)
delete mode 100644 src/test/groovy/bugs/Groovy3789Bug.groovy