Projects

Ticket #56 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years 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 4 years ago by lsansonetti@…

  • milestone set to MacRuby 0.3

Should be fixed once we switch to the objc dispatcher.

Changed 3 years ago by lsansonetti@…

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

Fixed in trunk.

Note: See TracTickets for help on using tickets.