St�phane Corth�sy wrote:
Hi,

Here's a last modification suggestion, already posted on bug-gnustep, but without any reply.

I compared how GNUStep and Apple implement NSKeyValueCoding and saw that GNUStep's implementation raises a NSGenericException exception in -[NSObject(KeyValueCoding) handleQueryWithUnboundKey:] and -[NSObject(KeyValueCoding) handleTakeValue:forUnboundKey:], without any userInfo, whereas Apple's raises (it is undocumented) a @"NSUnknownKeyException" exception (no symbolic names though, I should bug Apple for that), with a userInfo containing keys @"NSTargetObjectUserInfoKey" and @"NSUnknownUserInfoKey"

St�phane
What's the chance that, if I put this in the freeze branch, it's going to mess someone up, because they are checking for this and it doesn't come out the way they expect?

Any thoughts?



_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep


Reply via email to