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=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,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 0C2451F461 for ; Tue, 14 May 2019 02:21:41 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id AC2081209E3; Tue, 14 May 2019 11:21:34 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 4E8D01208AA for ; Tue, 14 May 2019 11:21:32 +0900 (JST) Received: by filter0145p3mdw1.sendgrid.net with SMTP id filter0145p3mdw1-16135-5CDA262D-12 2019-05-14 02:21:33.489881085 +0000 UTC m=+30111.986312163 Received: from herokuapp.com (unknown [18.212.173.8]) by ismtpd0036p1iad1.sendgrid.net (SG) with ESMTP id BOGNCGFjQsCB0m00vFEwkw for ; Tue, 14 May 2019 02:21:33.396 +0000 (UTC) Date: Tue, 14 May 2019 02:21:33 +0000 (UTC) From: shyouhei@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 68122 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 9456 X-Redmine-Issue-Author: zzak X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: shyouhei 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?jcfQDMoo=2FMGCmP3uu1SeyLQUxUPXq5PjHpHz3xSFn15+JsbeDHt9CiJdR9rTY7?= =?us-ascii?Q?M+MkT4PZ1lxbEj=2FKfz4LImh9mWiHRv2kaJVWc7e?= =?us-ascii?Q?Nkt20zj0=2FPHBAvO4OG=2FIQb2=2F4tV3OmaH7xcEcUv?= =?us-ascii?Q?8f2apk2aA45yljOQIZ6e+Npc28rTCqmGD79dQ0W?= =?us-ascii?Q?ddNS2w0maqgDqVuzfE=2FWzHxM8FSpFUxzv2g=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 92639 Subject: [ruby-core:92639] [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 shyouhei (Shyouhei Urabe). hsbt (Hiroshi SHIBATA) wrote: > I update the license of Ruby to racc upstream How dare you can do such thing? Do you actually own the copyright? ---------------------------------------- Feature #9456: Include bin/racc with ruby https://bugs.ruby-lang.org/issues/9456#change-78001 * Author: zzak (Zachary Scott) * Status: Assigned * 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/