[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ProjectCenter segfault
From: |
Alexander Malmberg |
Subject: |
Re: ProjectCenter segfault |
Date: |
Fri, 11 Jul 2003 01:50:49 +0200 |
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