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=-4.1 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 D1DAA1F462 for ; Thu, 20 Jun 2019 07:37:29 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 7CE72120B70; Thu, 20 Jun 2019 16:37:23 +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 CFADA120B57 for ; Thu, 20 Jun 2019 16:37:21 +0900 (JST) Received: by filter0063p3iad2.sendgrid.net with SMTP id filter0063p3iad2-29024-5D0B37B3-7 2019-06-20 07:37:23.096845743 +0000 UTC m=+36974.011576849 Received: from herokuapp.com (unknown [18.234.132.248]) by ismtpd0008p1iad2.sendgrid.net (SG) with ESMTP id p-iupzRPSvCMfCtQpzW7iw for ; Thu, 20 Jun 2019 07:37:23.002 +0000 (UTC) Date: Thu, 20 Jun 2019 07:37:23 +0000 (UTC) From: hsbt@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 68760 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 9456 X-Redmine-Issue-Author: zzak X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: hsbt 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?9+ToIm+BmphpEzrVEr2fqVDpB0VofQNbgfqsVvtPdY2QPZ7m1F41CD3r9qPn0y?= =?us-ascii?Q?He4V+6UUZuqQI89VDFNHobiO3fxJ+8RToURXXHD?= =?us-ascii?Q?xn0cZPvUgpWzrMTBSEl91Smwz=2F4+aQAXGk4MflF?= =?us-ascii?Q?4xOBAj9y6p0XB6i5+CWN8rim86TD3b5MWw1SL1b?= =?us-ascii?Q?ncNDG7c6yJ9qZMyb=2FgJs0Gb7a20mCfNwX0Q=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 93273 Subject: [ruby-core:93273] [Ruby trunk Feature#9456] Include bin/racc with ruby 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 #9456 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Assigned to Closed I merged bin/racc at https://github.com/ruby/ruby/compare/1a2546c...754df26. ---------------------------------------- Feature #9456: Include bin/racc with ruby https://bugs.ruby-lang.org/issues/9456#change-78732 * Author: zzak (Zachary Scott) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: ---------------------------------------- As you [can see](https://github.com/ruby/ruby/tree/trunk/bin) we include executables for Rake, RDoc, ri, ERB, RubyGems, and Irb with Ruby. We should also include Racc as an executable for Ruby. This resolves an issue where libraries requiring Racc, and using the binary executable, must install the Racc gem in order to use bin/racc. I'm fairly sure this change won't cause any issues, so I'd be happy to commit it. -- https://bugs.ruby-lang.org/