bug-gnustep
[Top][All Lists]
Advanced

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

Re: Scrub last - better patch....


From: David Ayers
Subject: Re: Scrub last - better patch....
Date: Wed, 10 Sep 2003 14:39:10 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507

Pete French wrote:

All the other methods should already be implemented in NSString.m in terms of those primitives.

Are there any existing subclasses of NSString which use these methods
that I could use for testing, or is it best to actually make my own subclass
for testing purposes ? Currently it sounds like these implementations are
there "just in case" someone makes an NSString subclass rather than actually
being used by any of the current code.
GSWeb uses a custom NSString subclass (see GSWElementIDString.(h/m) which is actually a subclass of NSMutableString but same issues apply) So, yes there are custom subclasses (eventhough in this case the messages are simply forwarded to a mutable string created by -base / Foundation, and therefor probably won't help much in the testing you want. :-/ )

Cheers,
David






reply via email to

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