|
From: | Adam Fedor |
Subject: | [bug #13240] Internal Error when using +[NSString stringWithFormat:] in a load method |
Date: | Tue, 31 May 2005 21:29:27 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312 |
Update of bug #13240 (project gnustep): Category: None => Base/Foundation Status: None => Wont Fix Assigned to: None => fedor Open/Closed: Open => Declined _______________________________________________________ Follow-up Comment #1: You should try to avoid using ObjC methods in the +load (particularly NSString methods), since classes are not necessarily initialized when the load method is sent. See for instance: http://developer.apple.com/documentation/Cocoa/Reference/Foundation/ObjC_classic/Classes/NSObject.html#//apple_ref/doc/uid/20000050-load _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13240> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |