[MacRuby] #1235: Need to implement rb_enc_to_index.
#1235: Need to implement rb_enc_to_index. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- I use Hpricot 0.8.4, and ran a script as following. Test Script: {{{ #!ruby require 'rubygems' require 'hpricot' doc = Hpricot("<p>A simple <b>test</b> string.</p>") p doc }}} Result: {{{ $ ruby19 test_hpricot.rb #<Hpricot::Doc {elem <p> "A simple " {elem <b> "test" </b>} " string." </p>}> $ macruby test_hpricot.rb dyld: lazy symbol binding failed: Symbol not found: _rb_enc_to_index Referenced from: /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/ruby/Gems/1.9.2/gems/hpricot-0.8.4/lib/fast_xs.bundle Expected in: flat namespace dyld: Symbol not found: _rb_enc_to_index Referenced from: /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/ruby/Gems/1.9.2/gems/hpricot-0.8.4/lib/fast_xs.bundle Expected in: flat namespace zsh: trace trap macruby test_hpricot.rb }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1235> MacRuby <http://macruby.org/>
#1235: Need to implement rb_enc_to_index. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.11 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.11 Comment: Should be fixed in https://github.com/MacRuby/MacRuby/commit/5e9b743e1fe104930bb8e891cc737f105e... -- Ticket URL: <http://www.macruby.org/trac/ticket/1235#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby