Re: Beware: trivially reproducible NSPersistentDocument crash when saving

2009-08-25 Thread Sean McBride
On 8/25/09 2:44 PM, Kyle Sluder said: >> Let's say you have an NSPersistentDocument-based app-- you do some work >> and you save successfully.  Now let's say the app has a bug where its UI >> allows the user to set a value outside the allowable range of one of >> your NSManagedObjects.  When you t

Re: Beware: trivially reproducible NSPersistentDocument crash when saving

2009-08-25 Thread Kyle Sluder
On Tue, Aug 25, 2009 at 2:37 PM, Sean McBride wrote: > Let's say you have an NSPersistentDocument-based app-- you do some work > and you save successfully.  Now let's say the app has a bug where its UI > allows the user to set a value outside the allowable range of one of > your NSManagedObjects.  

Beware: trivially reproducible NSPersistentDocument crash when saving

2009-08-25 Thread Sean McBride
Hi all, A warning to NSPersistentDocument users Let's say you have an NSPersistentDocument-based app-- you do some work and you save successfully. Now let's say the app has a bug where its UI allows the user to set a value outside the allowable range of one of your NSManagedObjects. When yo