From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 8B8281F424 for ; Thu, 19 Apr 2018 07:52:49 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id A5F911209D8; Thu, 19 Apr 2018 16:52:48 +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 2A3BB1209CE for ; Thu, 19 Apr 2018 16:52:46 +0900 (JST) Received: by filter0008p3iad2.sendgrid.net with SMTP id filter0008p3iad2-20776-5AD84ACC-6 2018-04-19 07:52:44.051388123 +0000 UTC Received: from herokuapp.com (ec2-54-205-82-39.compute-1.amazonaws.com [54.205.82.39]) by ismtpd0040p1mdw1.sendgrid.net (SG) with ESMTP id mUwRlUg3TyKT5EBXdWxYiA for ; Thu, 19 Apr 2018 07:52:43.917 +0000 (UTC) Date: Thu, 19 Apr 2018 07:52:44 +0000 (UTC) From: hsbt@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 61949 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 5313 X-Redmine-Issue-Author: vo.x 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-CSA-Complaints: whitelist-complaints@eco.de X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS7D+ejMkVIVgUmNtfXRdxzTfkHqC/6sZGCpHQ m/6D9GrFzYfV2ORR5wDhb3vV2l8M1l2p9Iq6glLbr8XsCEWKikhKjELkqpl/FxTCLeCN38CCBV8ahZ wfsEAz2A+Wy7rhwCRfzm2dU3B6vQfUTP/KAovupSN9pt1iqSir1mhwQe7A== X-ML-Name: ruby-core X-Mail-Count: 86600 Subject: [ruby-core:86600] [Ruby trunk Feature#5313] Please drop IRB's version in favour of Ruby version 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 #5313 has been updated by hsbt (Hiroshi SHIBATA). Assignee changed from keiju (Keiju Ishitsuka) to hsbt (Hiroshi SHIBATA) ---------------------------------------- Feature #5313: Please drop IRB's version in favour of Ruby version https://bugs.ruby-lang.org/issues/5313#change-71556 * Author: vo.x (Vit Ondruch) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: ---------------------------------------- It seems that IRB's upstream lives in Ruby's SVN. There is no way how to update IRB separate from Ruby. From that point of view, it would make sense to drop IRB's own version numbers in favour of Ruby versions instead. The IRB reports this version information: > irb -v irb 0.9.6(09/06/30) However from the IRB changelog [1] it is clear that there went some changes in meantime, so the IRB's versioning is not reliable and does not make a sense IMO. [1] https://github.com/ruby/ruby/commits/trunk/lib/irb -- https://bugs.ruby-lang.org/