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-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-2.8 required=3.0 tests=AWL,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS 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 2B4531F466 for ; Fri, 17 Jan 2020 12:35:15 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 343A3120A0B; Fri, 17 Jan 2020 21:34:55 +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 87EE4120A06 for ; Fri, 17 Jan 2020 21:34:52 +0900 (JST) Received: by filterdrecv-p3las1-5bf99c48d-fkthr with SMTP id filterdrecv-p3las1-5bf99c48d-fkthr-20-5E21A9F3-E 2020-01-17 12:34:59.191862225 +0000 UTC m=+2720958.510607766 Received: from herokuapp.com (unknown [3.89.197.5]) by ismtpd0055p1mdw1.sendgrid.net (SG) with ESMTP id zk30mUuLR-OHA0MOBHesyw for ; Fri, 17 Jan 2020 12:34:59.026 +0000 (UTC) Date: Fri, 17 Jan 2020 12:34:59 +0000 (UTC) From: nobu@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 72589 X-Redmine-Project: ruby-master X-Redmine-Issue-Id: 16516 X-Redmine-Issue-Author: nobu X-Redmine-Sender: nobu 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?q8Dly+pU2+3ektTtZVXgZtbJPXwqo7p86jCsvYTW4BxQqRP+A=2FneS+ZVMpa5B=2F?= =?us-ascii?Q?rW1RvZ10TT+Xkl6v6cJ3Cv8e253MVFH9zjXmL70?= =?us-ascii?Q?VvRhcjR88+iw+tfiTdhfd65o60gNmmKTaA=2FS8jy?= =?us-ascii?Q?p+jDieGYYrcx6yni5ETkoTb+Z9roMBo0FyysE9D?= =?us-ascii?Q?uei2ihAQksCa1cU10GApjvKx95QI7PLd=2FqfW0HS?= =?us-ascii?Q?6XslM=2F0m4icdMZIB4=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 96926 Subject: [ruby-core:96926] [Ruby master Bug#16516] [BACKPORT] AST locations with numbered parameter 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 #16516 has been reported by nobu (Nobuyoshi Nakada). ---------------------------------------- Bug #16516: [BACKPORT] AST locations with numbered parameter https://bugs.ruby-lang.org/issues/16516 * Author: nobu (Nobuyoshi Nakada) * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.5: DONTNEED, 2.6: DONTNEED, 2.7: REQUIRED ---------------------------------------- The locations in args node for numbered parameters are left the default values, and `test_ranges` and `test_not_cared` fail once numbered parameters are used in test scripts. https://bugs.ruby-lang.org/projects/ruby-master/repository/git/revisions/f38b3e8c707ebdcad05aa9485cf1760640b74fbb https://bugs.ruby-lang.org/projects/ruby-master/repository/git/revisions/c98c492578d898dc07a04b8240d8d5b1508ffafa -- https://bugs.ruby-lang.org/