gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[3]: NSDictionary / KVC


From: Manuel Guesdon
Subject: Re[3]: NSDictionary / KVC
Date: Fri, 21 Mar 2003 20:17:18 +0100 (CET)

The problem come from 
#if !FOUNDATION_HAS_KVC
 around line 199

Code has been partialy duplicated in EOGenricRecord to make it working without 
interfering too much with core/base. 
http://mail.gnu.org/archive/html/gnustep-dev/2002-02/msg00011.html


Manuel

On Fri, 21 Mar 2003 20:04:03 +0100 (CET) Manuel Guesdon <address@hidden> wrote:

 >| Does someone tried to use current cvs version of gdl2+core/base ?
 >| As far as I can see, is seems completely broken now.
 >| 
 >| if you have a class derived EOGenericRecord with this method:
 >| -(void)setCode:(id)code
 >| {
 >|   [self willChange];
 >|   [self takeStoredValue:code
 >|         forKey:@"code"];
 >| }
 >| 
 >| This loops:


--
______________________________________________________________________
Manuel Guesdon - OXYMIUM <address@hidden>
14 rue Jean-Baptiste Clement  -  93200 Saint-Denis  -  France
Tel: +33 1 4940 0999  -  Fax: +33 1 4940 0998





reply via email to

[Prev in Thread] Current Thread [Next in Thread]