From dev-return-4741-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Tue May 15 08:42:34 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 91B80180634 for ; Tue, 15 May 2018 08:42:34 +0200 (CEST) Received: (qmail 2318 invoked by uid 500); 15 May 2018 06:42:33 -0000 Mailing-List: contact dev-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 dev@groovy.apache.org Received: (qmail 2308 invoked by uid 99); 15 May 2018 06:42:32 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2018 06:42:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 869DB18034E for ; Tue, 15 May 2018 06:42:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.284 X-Spam-Level: ** X-Spam-Status: No, score=2.284 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id zN5U-fKgbkOl for ; Tue, 15 May 2018 06:42:31 +0000 (UTC) Received: from n5.nabble.com (n5.nabble.com [162.253.133.81]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 1A8995F369 for ; Tue, 15 May 2018 06:42:31 +0000 (UTC) Received: from n5.nabble.com (localhost [127.0.0.1]) by n5.nabble.com (Postfix) with ESMTP id 9CE9662C2692 for ; Mon, 14 May 2018 23:42:29 -0700 (MST) Date: Mon, 14 May 2018 23:42:29 -0700 (MST) From: "Daniel.Sun" To: dev@groovy.incubator.apache.org Message-ID: <1526366549640-0.post@n5.nabble.com> Subject: About raw string and enhanced try-with-resource MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi all, Java11 will introduce raw string[1], there is no similar thing in Groovy. In order to improve the compatibility with Java, I plan to add raw string to Groovy too. Since Groovy has supported try-with-resource introduced by Java7, I plan to support the enhanced version[2]. If you have objections, please let me know. Cheers, Daniel.Sun [1] https://issues.apache.org/jira/browse/GROOVY-8564 [2] https://issues.apache.org/jira/browse/GROOVY-8586 -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html