Benhur Stein wrote: > I'm getting those too. I think they are related to the last changes in base > to better support DO. It seems that message forwarding is not always working > well. [snip]
I've noticed what might be a related problem in some apps. It seems that combining forwarding with -performSelector: no longer works unless the performed method has a return type (id). There seem to be issues with using untyped selectors (although there is an id return from -performSelector:, the forwarding code can't know this). Haven't looked closely at it yet, though. It's also pickier now than before. Forwarding won't work at all unless you implement -methodSignatureForSelector:. - Alexander Malmberg _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
