[MacRuby] #199: Calling super from #respond_to? causes SystemStackError
#199: Calling super from #respond_to? causes SystemStackError -------------------------------------+-------------------------------------- Reporter: eloy.de.enige@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- The following code results in a stack level too deep problem. I have added this as a test case to known_bugs.rb in r778. {{{ class Foo def respond_to?(method, hidden = false) super end end Foo.new.respond_to?(:object_id) }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/199> MacRuby <http://macruby.org/>
#199: Calling super from #respond_to? causes SystemStackError -------------------------------------+-------------------------------------- Reporter: eloy.de.enige@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- Comment(by eloy.de.enige@…): The bug was introduced by r534. -- Ticket URL: <http://www.macruby.org/trac/ticket/199#comment:1> MacRuby <http://macruby.org/>
#199: Calling super from #respond_to? causes SystemStackError -------------------------------------+-------------------------------------- Reporter: eloy.de.enige@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.5 Comment: Should be fixed by r2947. -- Ticket URL: <http://www.macruby.org/trac/ticket/199#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby