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:30 UTC

[groovy] branch master updated (455956d -> 1cff465)

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 455956d  GROOVY-10390: Bump jqwik (test dependency) to 1.6.0
     add 15cea99  SC: skip ScriptBytecodeAdapter for !in via "isNotCase" extension methods
     new 1cff465  GROOVY-10239, GROOVY-10383: SC: skip `ScriptBytecodeAdapter` for `!in` via `isNotCase` extension methods

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:
 .../groovy/runtime/DefaultGroovyMethods.java       | 46 +++++++++++++++++++++-
 .../groovy/runtime/StringGroovyMethods.java        | 14 +++++++
 2 files changed, 59 insertions(+), 1 deletion(-)

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

Posted by em...@apache.org.
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(-)