On Aug 21, 2009, at 9:10 AM, Clay Bridges wrote:
(Sorry for the late reply.)
Ditto.
Did you try using the "old" methodSignatureForSelector: and
-forwardInvocation: technique?
Thanks for the suggestion, but no. I'm using MacRuby to test my ObjC
classes, and the design decisions on the ObjC
> (Sorry for the late reply.)
Ditto.
> Did you try using the "old" methodSignatureForSelector: and
> -forwardInvocation: technique?
Thanks for the suggestion, but no. I'm using MacRuby to test my ObjC
classes, and the design decisions on the ObjC side are made othogonal
to MacRuby considerations
Hi Clay,
(Sorry for the late reply.)
I reproduce the same bug with trunk. I suspect a problem in the
dispatcher. We should file this in as a macruby spec.
Did you try using the "old" methodSignatureForSelector: and -
forwardInvocation: technique? This could work in the meantime the bug
is
Hi all,
I'm using a forwardingTargetForSelector: to create a wrapper class in
ObjC. It seems to work in ObjC, but when I try to use it in MacRuby
0.4, I get an error. As usual, it's likely I'm doing something quite
foolish.
Since it's kind of a complicated setup, rather than trying to describe
co