[MacRuby] #963: Need to implement rb_iterate
#963: Need to implement rb_iterate ---------------------------------------+------------------------------------ Reporter: joshua.ballanco@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Keywords: ---------------------------------------+------------------------------------ MacRuby claims to implement rb_iterate, but it does not. This causes problems with gherkin: {{{ dyld: Symbol not found: _rb_iterate Referenced from: /Library/Frameworks/MacRuby.framework/Versions/0.8/usr/lib/ruby/Gems/1.9.2/gems/gherkin-2.2.9/lib/gherkin_lexer_en.bundle Expected in: flat namespace }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/963> MacRuby <http://macruby.org/>
#963: Need to implement rb_iterate ---------------------------------------+------------------------------------ Reporter: joshua.ballanco@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Resolution: fixed Keywords: | ---------------------------------------+------------------------------------ Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: I wrote an implementation for that function in r4819 but I did not test it. Please reopen the bug in case it doesn't work :) -- Ticket URL: <http://www.macruby.org/trac/ticket/963#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby