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