Feature #9001
closedPlease package better standard library
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) about 10 years ago
- Target version set to 3.0
Updated by rklemme (Robert Klemme) over 7 years ago
windwiny (wind winy) wrote:
some people agree ?
I support adding Nokogiri to the standard library.
Updated by shyouhei (Shyouhei Urabe) over 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) about 7 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) over 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).