[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: GNUstep base/make pre-release
From: |
Manuel Guesdon |
Subject: |
Re[2]: GNUstep base/make pre-release |
Date: |
Wed, 19 Feb 2003 11:14:06 +0100 (CET) |
On Tue, 18 Feb 2003 21:08:17 -0700 Adam Fedor <fedor@doc.com> wrote:
>|
>|
>| 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?
I think you can safetly add this userInfo. I can't imagine bad side effects