From: "charliesome (Charlie Somerville)" Date: 2013-12-02T06:55:23+09:00 Subject: [ruby-core:58751] [ruby-trunk - Bug #9186] json/pure.rb missing on trunk Issue #9186 has been updated by charliesome (Charlie Somerville). @vo.x: I noticed this because it was breaking on Rubinius - there's also probably some situations where C extensions can't be loaded in CRuby. ---------------------------------------- Bug #9186: json/pure.rb missing on trunk https://bugs.ruby-lang.org/issues/9186#change-43322 Author: charliesome (Charlie Somerville) Status: Open Priority: High Assignee: naruse (Yui NARUSE) Category: Target version: current: 2.1.0 ruby -v: ruby 2.1.0dev (2013-11-30 trunk 43927) [x86_64-darwin13.0] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN Line 60 of ext/json/lib/json.rb requires json/pure if json/ext cannot be required. This file is missing on trunk, meaning the JSON library is broken unless the C extension is present. -- http://bugs.ruby-lang.org/