Projects

Ticket #69 (closed enhancement: wontfix)

Opened 2 years ago

Last modified 6 months ago

[RubyCocoa Layer] method_missing like behaviour for pure Objective-C objects that try to send messages to pure Ruby objects.

Reported by: eloy.de.enige@… Owned by: lsansonetti@…
Priority: trivial Milestone:
Component: MacRuby Keywords: rubycocoa layer
Cc:

Description

For the RubyCocoa layer we need some method_missing like behaviour, so that messages to forwardInvocation: get forwarded to #method_missing.

Specs and a simple ruby idea, without actual forwarding with arguments :), is available at:  http://pasternak.superalloy.nl/pastes/399

Change History

Changed 2 years ago by lsansonetti@…

  • milestone changed from MacRuby 0.3 to MacRuby 0.4

Changed 20 months ago by lsansonetti@…

  • milestone changed from MacRuby 0.4 to MacRuby 1.0

Changed 14 months ago by anonymous

  • milestone MacRuby 1.0 deleted

Milestone MacRuby 1.0 deleted

Changed 6 months ago by lsansonetti@…

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

A RubyCocoa layer is no longer in the plans. Closing.

Note: See TracTickets for help on using tickets.