[MacRuby] #677: Macruby segfaults when performing symbol#to_json
#677: Macruby segfaults when performing symbol#to_json ----------------------------------+----------------------------------------- Reporter: bricollins@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- For example: {{{ require 'json' :macruby.to_json }}} I have attached a patch and test case, I also seem to be getting this issue with ruby 1.9.1 so maybe this patch could be applied there too. -- Ticket URL: <http://www.macruby.org/trac/ticket/677> MacRuby <http://macruby.org/>
#677: Macruby segfaults when performing symbol#to_json ----------------------------------+----------------------------------------- Reporter: bricollins@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.7 Comment: Thanks for the patch, I merged it in r4018 with a slight modification. I didn't merge the spec, as I think it should go to RubySpec instead (even if there is apparently no json specs there, yet). -- Ticket URL: <http://www.macruby.org/trac/ticket/677#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby