gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Release check


From: Adam Fedor
Subject: Re: Release check
Date: Thu, 16 Jun 2005 13:20:32 -0600


On Jun 2, 2005, at 1:29 AM, David Ayers wrote:

Adam Fedor wrote:

Is anyone planning on adding something to the GNUstep libraries that
will make them binary incompatible (i.e. compared to the current CVS)?
It would be nice to start working on getting the next release out.
Adding binary compatible changes is still fine, of course.

I currently can't commit to doing this myself so don't hold up anything
because of this request, but I think it would be really great if someone
could find a way to have NSObject.h not #include <objc/Protocol.h> as
this pulls in <objc/Object.h> which in turn declares methods:



I looked into this. One issue is that objc/Object.h is needed by NSConnection.h, because it declares a category of Object. Is there a reason why this is there?

@interface Object (NSPortCoder)
- (Class) classForPortCoder;

- (id) replacementObjectForPortCoder: (NSPortCoder*)aCoder;

@end





reply via email to

[Prev in Thread] Current Thread [Next in Thread]