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=-2.5 required=3.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_MED,SPF_PASS,T_DKIM_INVALID,T_RP_MATCHES_RCVD shortcircuit=no autolearn=no 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 36E9A1F404 for ; Thu, 14 Dec 2017 14:05:05 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id B06C3120AE3; Thu, 14 Dec 2017 23:05:03 +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 2CC72120AD5 for ; Thu, 14 Dec 2017 23:05:00 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=W7U/F5YTP6l0zqG1Pluvn+9CdCM=; b=QXNyVLuU5+uaT4r/ai Qn3YdiucAAgs6m4LQ9b3Vi1xyBFi8ohoigNwoQyMf9czf3/vNnjFSd+L+grG1r+Z mKKebjQIk7Blt1itmp4al+EOuaDq07Fi9lruA8ooa6ZC6J7gnMqNAdH+Y+HsdZrG L+mkGhzrAjq2skkK4NoiWrO4U= Received: by filter0005p3iad2.sendgrid.net with SMTP id filter0005p3iad2-22504-5A328507-6C 2017-12-14 14:04:55.98028626 +0000 UTC Received: from herokuapp.com (ec2-54-156-70-221.compute-1.amazonaws.com [54.156.70.221]) by ismtpd0008p1iad1.sendgrid.net (SG) with ESMTP id dWXzRwVJQ4KHVyiokazETg for ; Thu, 14 Dec 2017 14:04:55.829 +0000 (UTC) Date: Thu, 14 Dec 2017 14:04:57 +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: 59422 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 5313 X-Redmine-Issue-Author: vo.x X-Redmine-Issue-Assignee: keiju 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS6GDm5R/PSiU5sOgffQ4aCem+5SgBT1TdTqF+ Pm25iwtZWoFW5cqbzD0ZWxxG1OMaXSxrtLlUcnlGjyYy9XBscXQ0rTyNAU/2p1+Wf7uH/cpnIFNtnr RWPtwD8hbs8r43bh33gpXLQJuNtoYtHNGpfleynxGjB+o6fSvpgMdb+SLQ== X-ML-Name: ruby-core X-Mail-Count: 84267 Subject: [ruby-core:84267] [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 vo.x (Vit Ondruch). This is still issue. Gemifying IRB might help with that ... ---------------------------------------- Feature #5313: Please drop IRB's version in favour of Ruby version https://bugs.ruby-lang.org/issues/5313#change-68422 * Author: vo.x (Vit Ondruch) * Status: Assigned * Priority: Normal * Assignee: keiju (Keiju Ishitsuka) * Target version: next minor ---------------------------------------- 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/