From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id E4F441F4B4 for ; Mon, 12 Oct 2020 12:16:22 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 789F4120A46; Mon, 12 Oct 2020 21:15:44 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 16060120A43 for ; Mon, 12 Oct 2020 21:15:41 +0900 (JST) Received: by filterdrecv-p3iad2-6fcd869f88-jcdxr with SMTP id filterdrecv-p3iad2-6fcd869f88-jcdxr-19-5F844910-2 2020-10-12 12:16:16.01501488 +0000 UTC m=+394892.759637957 Received: from herokuapp.com (unknown) by geopod-ismtpd-3-1 (SG) with ESMTP id rRPNjdf1RdWy6BD9LQYxyg for ; Mon, 12 Oct 2020 12:16:15.955 +0000 (UTC) Date: Mon, 12 Oct 2020 12:16:16 +0000 (UTC) From: matz@ruby.or.jp Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 76252 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Feature X-Redmine-Issue-Id: 17260 X-Redmine-Issue-Author: ktsj X-Redmine-Sender: matz X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?bXEIHGfdFwsIlBTndiToCp=2Fmc2rfxRD2sZAksRKJIHUpcmOwnpTL4Lf2W1zoSU?= =?us-ascii?Q?49ZkjQSYkJmJXoAlCsvPtP+ne5Bjn9GOKVuOeDF?= =?us-ascii?Q?6V4ebuYGIJZ=2F36gSgTr+71RdbwN9+DQy+e4z6fk?= =?us-ascii?Q?EvvkPQQU8d8Gzfa9eeQilK5xJ1e+pVAGeVArC27?= =?us-ascii?Q?miTv+gxy+u8M7GYp1+k6PX7qRv6EHBsIEhQ=3D=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 100387 Subject: [ruby-core:100387] [Ruby master Feature#17260] Promote pattern matching to official feature X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #17260 has been updated by matz (Yukihiro Matsumoto). That's true. Hmm. Matz. ---------------------------------------- Feature #17260: Promote pattern matching to official feature https://bugs.ruby-lang.org/issues/17260#change-87999 * Author: ktsj (Kazuki Tsujimoto) * Status: Open * Priority: Normal * Target version: 3.0 ---------------------------------------- I propose to promote pattern matching to official feature. The current specification is basically fine, but I'd like to reconsider single line pattern matching (`expr in pat`) and suggest removing it once in 3.0. -- https://bugs.ruby-lang.org/