|
From: | Richard Frith-Macdonald |
Subject: | Re: [bug #13442] Applications locking waiting for GDNC to start |
Date: | Sat, 18 Jun 2005 16:51:55 +0100 |
Follow-up Comment #2, bug #13442 (project gnustep): Got it working, but the only difference between my code and the baseline is:
<snip>
This seems to imply that the problem is the change from the categories being on Object vs. NSObject. Which is odd. Still investigating. GJC
I committed a fix ... problem was that the change implemented several methods as a category of NSObject ... preventing any subclass of NSObject being used as a delegate of NSConnection unless that subclass overrode all the methods!
The solution ... remove those method implementations.I'm not sure if that might cause problems on code built with older compiler/runtime ... if so, we may need to reintroduce the method implementations as a category of some other class which will never be a delegate of NSConnection.
[Prev in Thread] | Current Thread | [Next in Thread] |