discuss-gnustep
[Top][All Lists]
Advanced

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

Re: bogus retain via NSEnumerator


From: David Stes
Subject: Re: bogus retain via NSEnumerator
Date: Fri, 23 Apr 2004 07:06:28 GMT
User-agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (Linux/2.4.18 (i686))

In comp.lang.objective-c John C. Randolph <jcr@nospam.idiom.com> wrote:
> 
> If you know of any instance where their behaviors
> diverge, then by all means, file a bug report.

 A bug is something wrong in an otherwise well-design pieced of software.
 Autorelease is not a bug, it is a design mistake.
 A design mistake is a fundamental mistake that does not require a "bug fix"
but rather a redesign.

 So the solution here is to remove NSObject with its stupid autorelease pool
memory management and use regular Objective-C with the Object root class.


reply via email to

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