Re: question regarding explicit exception in NSKeyValueCoding.m:429 -[NSObject(KeyValueCoding) setValue:forUndefinedKey:]

2011-07-29 Thread Helge Hess
On Jul 28, 2011, at 11:15 AM, Sebastian Reitenbach wrote: Well, besides you said silently discarding the missing key error is maybe not the right way, putting an exception handler around the _setValue() helped... That the missing key is consumed is actually right in this particular case. And

Re: question regarding explicit exception in NSKeyValueCoding.m:429 -[NSObject(KeyValueCoding) setValue:forUndefinedKey:]

2011-07-29 Thread Sebastian Reitenbach
Hi Helge, On Friday, July 29, 2011 07:38 CEST, Helge Hess helge.h...@opengroupware.org wrote: On Jul 28, 2011, at 11:15 AM, Sebastian Reitenbach wrote: Well, besides you said silently discarding the missing key error is maybe not the right way, putting an exception handler around the

question regarding explicit exception in NSKeyValueCoding.m:429 -[NSObject(KeyValueCoding) setValue:forUndefinedKey:]

2011-07-28 Thread Sebastian Reitenbach
Hi, I'm again sitting and trying to get OpenGroupware compatible with gnustep-base, I already made some progress in the last days. When I try to enter a project there, then ogo throws an exception. See below for the last frames of the backtrace. the exception happens

Re: question regarding explicit exception in NSKeyValueCoding.m:429 -[NSObject(KeyValueCoding) setValue:forUndefinedKey:]

2011-07-28 Thread David Chisnall
On 28 Jul 2011, at 15:06, Sebastian Reitenbach wrote: the exception happens here:NSKeyValueCoding.m:429 -[NSObject(KeyValueCoding) setValue:forUndefinedKey:] This exception is unconditionally. I first tried to WANT_DEPRECATED_KVC_COMPAT, and recompiled, but that did not helped. Then I

Re: question regarding explicit exception in NSKeyValueCoding.m:429 -[NSObject(KeyValueCoding) setValue:forUndefinedKey:]

2011-07-28 Thread Sebastian Reitenbach
Hi, On Thursday, July 28, 2011 16:25 CEST, David Chisnall thera...@sucs.org wrote: On 28 Jul 2011, at 15:06, Sebastian Reitenbach wrote: the exception happens here:NSKeyValueCoding.m:429 -[NSObject(KeyValueCoding) setValue:forUndefinedKey:] This exception is unconditionally. I