[MacRuby] #1107: Need to implement rb_str_plus.
#1107: Need to implement rb_str_plus. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Test Script: {{{ #!ruby require 'iconv' str = "f\303\266\303\266 bar" p Iconv.iconv('ascii//ignore', 'utf-8', str) # => ["f bar"] }}} Result: {{{ $ macruby test_iconv.rb dyld: lazy symbol binding failed: Symbol not found: _rb_str_plus Referenced from: /Library/Frameworks/MacRuby.framework/Versions/0.9/usr/lib/ruby/site_ruby/1.9.2 /universal-darwin10.0/iconv.bundle Expected in: flat namespace dyld: Symbol not found: _rb_str_plus Referenced from: /Library/Frameworks/MacRuby.framework/Versions/0.9/usr/lib/ruby/site_ruby/1.9.2 /universal-darwin10.0/iconv.bundle Expected in: flat namespace zsh: trace trap macruby test_iconv.rb }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1107> MacRuby <http://macruby.org/>
#1107: Need to implement rb_str_plus. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.9 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.9 Comment: Should be done in r5142. -- Ticket URL: <http://www.macruby.org/trac/ticket/1107#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby