#199: Calling super from #respond_to? causes SystemStackError
-------------------------------------+--------------------------------------
 Reporter:  eloy.de.en...@…          |       Owner:  lsansone...@…        
     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/>

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to