[MacRuby] #1251: MsgPack's unpack fails on MacRuby 0.11 nightly
#1251: MsgPack's unpack fails on MacRuby 0.11 nightly -------------------------------------+-------------------------------------- Reporter: umairsiddique@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.11 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- MessagePack.pack works on MacRuby 0.11 nightly, but fails on MacRuby 0.10. It seems that ENCODING_GET was fixed in MacRuby 0.11 nightly. {{{ irb(main):003:0> MessagePack.pack([1, "a"]) => "\x92\x01\xA1a" }}} However, MessagePack.unpack fails on MacRuby 0.10 and MacRuby 0.11 nightly both and crashes the interpreter. {{{ irb(main):004:0> MessagePack.unpack("\x92\x01\xA1a") dyld: lazy symbol binding failed: Symbol not found: _ENCODING_SET Referenced from: /Users/.../.rvm/gems/macruby- nightly/gems/msgpack-0.4.4/lib/msgpack.bundle Expected in: flat namespace dyld: Symbol not found: _ENCODING_SET Referenced from: /Users/.../.rvm/gems/macruby- nightly/gems/msgpack-0.4.4/lib/msgpack.bundle Expected in: flat namespace Trace/BPT trap }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1251> MacRuby <http://macruby.org/>
#1251: MsgPack's unpack fails on MacRuby 0.11 nightly -------------------------------------+-------------------------------------- Reporter: umairsiddique@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: MacRuby 0.11 => Comment: ENCODING_GET was implemented, but not ENCODING_SET. Let's implement it for 1.0. -- Ticket URL: <http://www.macruby.org/trac/ticket/1251#comment:1> MacRuby <http://macruby.org/>
#1251: MsgPack's unpack fails on MacRuby 0.11 nightly -------------------------------------+-------------------------------------- Reporter: umairsiddique@… | Owner: lsansonetti@… Type: defect | Status: reopened Priority: blocker | Milestone: Component: MacRuby | Resolution: Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansonetti@…): * status: closed => reopened * resolution: fixed => Comment: Oops, closed by mistake. -- Ticket URL: <http://www.macruby.org/trac/ticket/1251#comment:2> MacRuby <http://macruby.org/>
#1251: MsgPack's unpack fails on MacRuby 0.11 nightly -------------------------------------+-------------------------------------- Reporter: umairsiddique@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.11 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansonetti@…): * status: reopened => closed * resolution: => fixed * milestone: => MacRuby 0.11 Comment: Should be fixed in https://github.com/MacRuby/MacRuby/commit/3fce966385774a70e1d114db7e0e3a4c56.... Don't forget to reinstall the gem. -- Ticket URL: <http://www.macruby.org/trac/ticket/1251#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby