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.2 required=3.0 tests=AWL,BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, 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 8C6CB1F97E for ; Tue, 27 Nov 2018 08:53:20 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 127CE120FD7; Tue, 27 Nov 2018 17:53:18 +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 210EB120E26 for ; Tue, 27 Nov 2018 17:53:06 +0900 (JST) Received: by filter0188p3mdw1.sendgrid.net with SMTP id filter0188p3mdw1-20835-5BFD05EF-A 2018-11-27 08:53:03.718048646 +0000 UTC m=+67456.843722227 Received: from herokuapp.com (ec2-54-80-126-239.compute-1.amazonaws.com [54.80.126.239]) by ismtpd0005p1iad2.sendgrid.net (SG) with ESMTP id ut40G1jQROuiTtoZedZ5Vg for ; Tue, 27 Nov 2018 08:53:03.610 +0000 (UTC) Date: Tue, 27 Nov 2018 08:53:04 +0000 (UTC) From: v.ondruch@tiscali.cz To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 65484 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 5313 X-Redmine-Issue-Author: vo.x X-Redmine-Issue-Assignee: hsbt 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: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6GV8uvTKr8fKNbYwbFKLXxKO5lkrBG3Wzdxx 3IL5nty7iajzksKRM7ISD01KVjdkS76WNqDcmfPxKvYUaZxqiyO4lwLFBA5fLJzj/38c2WrZ9SMW+o kr/V4KhWphDB8OGC7SLSfidwJbPgHp4R86MH83ZEJMZhGU/JeFoYgPUQkQ== X-ML-Name: ruby-core X-Mail-Count: 90088 Subject: [ruby-core:90088] [Ruby trunk Feature#5313][Closed] 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 vo.x (Vit Ondruch). Status changed from Assigned to Closed I hope the situation should be better since r63915 which makes IRB default gem. Now if only the version was properly increased ... ---------------------------------------- Feature #5313: Please drop IRB's version in favour of Ruby version https://bugs.ruby-lang.org/issues/5313#change-75214 * Author: vo.x (Vit Ondruch) * Status: Closed * 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/