Project

General

Profile

Actions

Feature #9001

closed

Please package better standard library

Added by windwiny (wind winy) over 10 years ago. Updated about 6 years ago.

Status:
Rejected
Assignee:
-
Target version:
[ruby-core:57732]

Description

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 ?

Updated by hsbt (Hiroshi SHIBATA) over 9 years ago

  • Target version set to 3.0

Updated by rklemme (Robert Klemme) almost 7 years ago

windwiny (wind winy) wrote:

some people agree ?

I support adding Nokogiri to the standard library.

Updated by shyouhei (Shyouhei Urabe) almost 7 years ago

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?

Updated by shyouhei (Shyouhei Urabe) over 6 years ago

  • Status changed from Open to Rejected

Let me close this issue because its goal is too vague to be achieved. For instance if someone wants to add Nokogiri to core, please file a specific issue to request such thing.

Updated by shevegen (Robert A. Heiler) about 6 years ago

I think nokogiri is not a good addition. Not because it is a bad
library, no, quite the opposite, but if I recall correctly it
depends on mini_portile2 (so this has to be included too, in
that case), and more importantly it requires compilation which
can fail (and failed for me in the past).

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0