Re: NSNumber is completely broken
Re: NSNumber is completely broken
- Subject: Re: NSNumber is completely broken
- From: Philippe Mougin <email@hidden>
- Date: Thu, 26 May 2005 00:41:15 +0200
> I wouldn't say that NSNumber is totally broken based on the
> results that you're seeing. It's just an implementation decision
> that disagrees with an implementation decision that you would make.
> NSNumber still behaves properly according to all the publicly
> documented behaviors.
Well, actually NSNumber is really completely broken.
For example:
[[NSNumber numberWithUnsignedChar:200] isEqualToNumber:[NSNumber
numberWithInt:200]]
will return NO (it should return YES of course).
Best,
Philippe Mougin
http://www.fscript.org
_______________________________________________
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