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=-3.9 required=3.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, 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 46D911F4B6 for ; Wed, 3 Jul 2019 15:31:06 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id D0F23120AC2; Thu, 4 Jul 2019 00:31:00 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id B8C9D120998 for ; Thu, 4 Jul 2019 00:30:58 +0900 (JST) Received: by filter0054p3iad2.sendgrid.net with SMTP id filter0054p3iad2-26384-5D1CCA34-34 2019-07-03 15:31:00.46147457 +0000 UTC m=+421651.798226740 Received: from herokuapp.com (unknown [18.212.173.120]) by ismtpd0050p1iad1.sendgrid.net (SG) with ESMTP id PrGms8sdTDGiQuge5T3-uA for ; Wed, 03 Jul 2019 15:31:00.360 +0000 (UTC) Date: Wed, 03 Jul 2019 15:31:00 +0000 (UTC) From: v.ondruch@tiscali.cz Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 69009 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15982 X-Redmine-Issue-Author: vo.x X-Redmine-Sender: vo.x 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?mWhqNvD1xlBozk4zn6CTHlnSPHlTKkyHJdiOH=2FzC52gZrrNF9ItGz2=2F1GGfvLH?= =?us-ascii?Q?+nGLnYCd8KcJxhRm9FV5yXk=2FiVRE=2FvPFHH5X5R=2F?= =?us-ascii?Q?OcSbfzqPzPySgFNcoMtJuyZx=2FMu8pIF64EVvemN?= =?us-ascii?Q?gSPhQkBxHfULdTC00YrRTREjk1Bsk=2FSY3vsqNZH?= =?us-ascii?Q?y5s=2FG+=2FcHyIcNFLnlQq1CBYko0AJB=2F232ww=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 93517 Subject: [ruby-core:93517] [Ruby master Bug#15982] Remove y2racc and racc2y 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 #15982 has been updated by vo.x (Vit Ondruch). BTW I am asking this question, because their shebang should be updated otherwise: https://github.com/ruby/ruby/blob/master/libexec/racc2y#L1 ---------------------------------------- Bug #15982: Remove y2racc and racc2y https://bugs.ruby-lang.org/issues/15982#change-79078 * Author: vo.x (Vit Ondruch) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.7.0dev (2019-07-03T10:29:12Z master e44c9b1147) [x86_64-linux] * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- The y2racc and racc2y are not available upstream anymore: https://github.com/ruby/racc/commit/2d360188e9ed474d559ad2fa9bb0636feb445ea2 I know this is development branch commit, but is it worth of shipping them in Ruby if they are going to be removed in the future? -- https://bugs.ruby-lang.org/