From commits-return-9517-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Wed Oct 30 08:13:57 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 54EC3180654 for ; Wed, 30 Oct 2019 09:13:57 +0100 (CET) Received: (qmail 43684 invoked by uid 500); 30 Oct 2019 08:13:56 -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 43668 invoked by uid 99); 30 Oct 2019 08:13:56 -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; Wed, 30 Oct 2019 08:13:56 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3B2E3805E6; Wed, 30 Oct 2019 08:13:56 +0000 (UTC) Date: Wed, 30 Oct 2019 08:13:55 +0000 To: "commits@groovy.apache.org" Subject: [groovy] branch master updated (72392fd -> bc261d5) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157242323589.25730.7756971398936511358@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: 72392fd647dbb81e2ade639986920aedc75b926c X-Git-Newrev: bc261d55c0ce34de4e67725763ecb892cc6dcf19 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 72392fd trivial refactor new 493b7ab GROOVY-9195: SC: uniform treatment for "foo.bar" and "foo.with { bar }" new bc261d5 Ignore test which fails for default builds but works for invoke-dynamic 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: .../groovy/classgen/AsmClassGenerator.java | 16 +- .../transform/stc/StaticTypeCheckingVisitor.java | 21 - src/test/groovy/bugs/Groovy9136.groovy | 14 +- src/test/groovy/bugs/Groovy9288.groovy | 111 ++- src/test/groovy/bugs/Groovy9292.groovy | 359 +++++++ src/test/groovy/bugs/Groovy9292Bug.groovy | 1008 -------------------- src/test/groovy/bugs/Groovy9293.groovy | 11 +- .../stc/FieldsAndPropertiesSTCTest.groovy | 42 +- .../groovy/text/MarkupTemplateEngineTest.groovy | 701 +++++++------- 9 files changed, 832 insertions(+), 1451 deletions(-) create mode 100644 src/test/groovy/bugs/Groovy9292.groovy delete mode 100644 src/test/groovy/bugs/Groovy9292Bug.groovy