Actions
Feature #11057
closedGemify JSON
Feature #11057:
Gemify JSON
Status:
Rejected
Assignee:
-
Target version:
-
Updated by hsbt (Hiroshi SHIBATA) about 11 years ago
- Related to Feature #5481: Gemifying Ruby standard library added
Updated by hsbt (Hiroshi SHIBATA) about 11 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset r50231.
- ext/json/, test/json/, defs/default_gems: Gemify JSON library.
[fix GH-867][Feature #11057] - test/ruby/test_extlibs.rb: removed json gem from existence extentions.
- gems/bundled_gems: added json gem into bundled gem.
- lib/rdoc/rubygems_hook.rb: ignored no json environment.
- lib/rubygems/test_case.rb, test/rubygems/*: ditto.
- lib/rdoc/test_case.rb, test/rdoc/*: ditto.
Updated by Hanmac (Hans Mackowiak) about 11 years ago
is that ticket really closed, when the changes got reverted a revision later?
it was not a direct version later but it was done at r50267 so i think the ticket should be open again
Updated by hsbt (Hiroshi SHIBATA) about 11 years ago
- Status changed from Closed to Open
I have been reverted this issue. because we have issue for native extension build.
Updated by hsbt (Hiroshi SHIBATA) almost 10 years ago
- Status changed from Open to Rejected
rdoc depends on json. And gem authors rely on json of stdlib.
ref. http://www.mikeperham.com/2016/02/09/kill-your-dependencies/
I gave up to extract json from stdlib.
Updated by vo.x (Vit Ondruch) almost 10 years ago
Why it could not be default gem?
Updated by nobu (Nobuyoshi Nakada) almost 10 years ago
It is a default gem now.
I think you meant "bundled gem".
Bundled gems are not available until the installation finished.
Actions