From commits-return-10431-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Tue Dec 31 16:06:56 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1DE6418064C for ; Tue, 31 Dec 2019 17:06:56 +0100 (CET) Received: (qmail 80695 invoked by uid 500); 31 Dec 2019 16:06:55 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 80680 invoked by uid 99); 31 Dec 2019 16:06:55 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Dec 2019 16:06:55 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 58D9D8D80D; Tue, 31 Dec 2019 16:06:55 +0000 (UTC) Date: Tue, 31 Dec 2019 16:06:55 +0000 To: "commits@groovy.apache.org" Subject: [groovy] branch master updated (349e1a3 -> 722e6af) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157780841519.30940.3303386812521943893@gitbox.apache.org> From: sunlan@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: groovy X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 349e1a3e9f707619e2a665fb5c3f1c7cb62b3a5e X-Git-Newrev: 722e6afbac60494d7d0ad6aa5e3f26752186065c X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 349e1a3 GROOVY-9356: Bump javaparser to 3.15.8 new f6b91fd Trivial refactoring: Rename `CALL_TYPES` to `CallType` new 722e6af Minor refactoring: simplify code for getting CallType 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: .../classgen/asm/indy/InvokeDynamicWriter.java | 8 +-- .../codehaus/groovy/vmplugin/v7/IndyInterface.java | 81 ++++++++++++++-------- .../org/codehaus/groovy/vmplugin/v7/Selector.java | 18 ++--- 3 files changed, 67 insertions(+), 40 deletions(-)