Re: NSString propertyList crash
Re: NSString propertyList crash
- Subject: Re: NSString propertyList crash
- From: Tito Ciuro <email@hidden>
- Date: Sun, 19 Mar 2006 20:40:03 -0800
On 19/03/2006, at 20:31, Andy Lee wrote:
I would still claim there is a bug, because according to the docs, -
[NSDictionary description] and -[NSString propertyList] should
convert between string and dictionary representations, and I can
create a trivial case where that is not true:
NSDictionary *dict =
[NSDictionary dictionaryWithObjectsAndKeys:
[NSDate date], @"today",
nil];
NSString *desc = [dict description];
NSDictionary *newDict = [desc propertyList]; // throws exception
It sure looks like a bug to me...
-- Tito
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden