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.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,SPF_PASS,T_DKIM_INVALID,T_RP_MATCHES_RCVD 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 A83521F8CF for ; Sat, 10 Jun 2017 03:54:09 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 17B421207D7; Sat, 10 Jun 2017 12:54:07 +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 715291207C7 for ; Sat, 10 Jun 2017 12:54:05 +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=6y4z8mPuLyvTX5EGbqnzseSL2SQ=; b=UrX9VWIA9Jg4nREVRu UeFKHgMUJck/vXK8wajntHkb6RlpLVXbrYBnWL3sDqo9vVE1/ajxwJH4VPM5u5lt nfTYNmo4wanYfooe4ADEvf8VSwP2by7op4zWFB+9bOzc8BKkbZpZtX7B3MaSqWfv lPtCOR87vLnC12F18q9MfI/Yc= Received: by filter1132p1mdw1.sendgrid.net with SMTP id filter1132p1mdw1-15287-593B6D58-24 2017-06-10 03:54:00.555364091 +0000 UTC Received: from herokuapp.com (ec2-54-242-93-9.compute-1.amazonaws.com [54.242.93.9]) by ismtpd0006p1iad1.sendgrid.net (SG) with ESMTP id He7yuxR6RZepvlY8oKzzZQ for ; Sat, 10 Jun 2017 03:54:00.494 +0000 (UTC) Date: Sat, 10 Jun 2017 03:54:00 +0000 From: shyouhei@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56671 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 9001 X-Redmine-Issue-Author: windwiny 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: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS70+DT31jJbSq48/CqmW1KZYorltPm6ZDYhu5 kZaEBKd8WLJJGG6CjiR0MIyFTVbKGDGDSkqQvk3NEyCzQoEdGRyfdqGClAhTyzyDsF6t4IwBgNy/8T ccGDV64uShiJVrOGfde6TKSwpsbtY+8ngHH/bZDiMX2Oe3rRLQFdMRy2vQ== X-ML-Name: ruby-core X-Mail-Count: 81645 Subject: [ruby-core:81645] [Ruby trunk Feature#9001] Please package better standard library 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 #9001 has been updated by shyouhei (Shyouhei Urabe). AFAIK nokogiri depends external libraries which is not a good property to introduce. In the first place do we want standard libraries today? In this age of rubygems and bundler? ---------------------------------------- Feature #9001: Please package better standard library https://bugs.ruby-lang.org/issues/9001#change-65339 * Author: windwiny (wind winy) * Status: Open * Priority: Normal * Assignee: * Target version: Next Major ---------------------------------------- Please package better alternative to the standard library irb->pry, rexml->nokogiri, fiddle->ffi, .. just mean include more better gem to standard install, and use rubygem upgrade. Ruby is designed to make programmers happy. some people agree ? -- https://bugs.ruby-lang.org/