Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #56 (closed defect: fixed)

Opened 8 months ago

Last modified 5 months ago

respond_to? doesn't resolve objc methods

Reported by: eloy.de.enige@… Owned by: lsansonetti@…
Priority: minor Milestone: MacRuby 0.3
Component: MacRuby Keywords: bug
Cc:

Description

Ideally #respond_to? should find the same methods as it does now PLUS the ones that #respondsToSelector finds. Or in other words, all the methods that are returned by #methods.

Change History

Changed 8 months ago by lsansonetti@…

  • milestone set to MacRuby 0.3

Should be fixed once we switch to the objc dispatcher.

Changed 5 months ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed

Fixed in trunk.

Note: See TracTickets for help on using tickets.