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=-2.8 required=3.0 tests=AWL,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=no 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 73D061F463 for ; Mon, 6 Jan 2020 08:03:10 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 3B755120A7D; Mon, 6 Jan 2020 17:02:57 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 9FB5C120A75 for ; Mon, 6 Jan 2020 17:02:55 +0900 (JST) Received: by filterdrecv-p3mdw1-56c97568b5-bclrh with SMTP id filterdrecv-p3mdw1-56c97568b5-bclrh-18-5E12E9B6-66 2020-01-06 08:03:02.839750095 +0000 UTC m=+1754396.017684215 Received: from herokuapp.com (unknown [54.91.247.56]) by ismtpd0071p1mdw1.sendgrid.net (SG) with ESMTP id 26LZuKx5SOeM3wXVA-ZvPw for ; Mon, 06 Jan 2020 08:03:02.759 +0000 (UTC) Date: Mon, 06 Jan 2020 08:03:02 +0000 (UTC) From: shevegen@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 72347 X-Redmine-Project: ruby-master X-Redmine-Issue-Id: 16484 X-Redmine-Issue-Author: hsbt X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: shevegen 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?6lbdtOg4RDRLuxD00eQtQKgoNAsge5d4xND7cbMQd0wztDPsVIEQ6RVF6c0xb7?= =?us-ascii?Q?k7gVjBjeMexQGtlbphBoIOl9aV8GA0hCERWW0XS?= =?us-ascii?Q?GgeD8xwcZFwftZL63SsYEGQ=2Fpv8CAZuVtkKF2Lt?= =?us-ascii?Q?CtFItEUkXEwpIX7ljBVm8YRWYYESpp2jt+hbGWJ?= =?us-ascii?Q?0aACv3oNmGiB2Vsb6SgQ5XFxVXaEbC+wg6CJELK?= =?us-ascii?Q?O=2FhRasgq93BzjIrkE=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 96685 Subject: [ruby-core:96685] [Ruby master Feature#16484] Remove xmlrpc and net-telnet from bundled gems 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 #16484 has been updated by shevegen (Robert A. Heiler). I don't think I have used either one of them so I may not be the primary target audience either way. I only remember having used telnet in the 1990s to connect to oldschool text MUDs.:D But I guess for ruby in general there is very little net benefit; and since they are available as gems, I suppose it makes sense to remove them from the core distribution, and offer them as gems to those who need them (after all that has been one motivation for gemifying ruby core releases, so the proposal makes sense to me). ---------------------------------------- Feature #16484: Remove xmlrpc and net-telnet from bundled gems https://bugs.ruby-lang.org/issues/16484#change-83668 * Author: hsbt (Hiroshi SHIBATA) * Status: Open * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: ---------------------------------------- I added net-telnet(2015) and xmlrpc(2016) to bundled gems. They are the old protocol in 2020. Should we remove them at Ruby 3.0? The users can install them from rubygems manually. -- https://bugs.ruby-lang.org/