You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by em...@apache.org on 2021/11/24 13:47:31 UTC

[groovy] 01/01: GROOVY-10239, GROOVY-10383: SC: skip `ScriptBytecodeAdapter` for `!in` via `isNotCase` extension methods

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

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

commit 1cff465ee4eaa159192cbade013033af0b38be04
Merge: 455956d 15cea99
Author: Eric Milles <er...@thomsonreuters.com>
AuthorDate: Wed Nov 24 07:44:18 2021 -0600

    GROOVY-10239, GROOVY-10383: SC: skip `ScriptBytecodeAdapter` for `!in` via `isNotCase` extension methods

 .../groovy/runtime/DefaultGroovyMethods.java       | 46 +++++++++++++++++++++-
 .../groovy/runtime/StringGroovyMethods.java        | 14 +++++++
 2 files changed, 59 insertions(+), 1 deletion(-)