Feature #9001
closed
Please package better standard library
Added by windwiny (wind winy) about 11 years ago.
Updated over 6 years ago.
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 ?
- Target version set to 3.0
windwiny (wind winy) wrote:
some people agree ?
I support adding Nokogiri to the standard library.
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?
- 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.
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).
Also available in: Atom
PDF
Like0
Like0Like0Like0Like0Like0