Re: [MacRuby-devel] forwardingTargetForSelector vs. MacRuby 0.4

2009-08-21 Thread Laurent Sansonetti
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

Re: [MacRuby-devel] forwardingTargetForSelector vs. MacRuby 0.4

2009-08-21 Thread Clay Bridges
> (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

Re: [MacRuby-devel] forwardingTargetForSelector vs. MacRuby 0.4

2009-08-18 Thread Laurent Sansonetti
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

[MacRuby-devel] forwardingTargetForSelector vs. MacRuby 0.4

2009-08-15 Thread Clay Bridges
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