I call processPendingChanges from both the *Will* and *Did* notifications.
Please stop. It doesn't make sense for the context to coalesce pending changes in the middle of the change to a single object during the KVO callbacks.
Your original problem description is a bit sparse. Common problems that produce that symptom are people doing things in a managed object's initializer they shouldn't, people doing things in -awakeFromInsert/Fetch they shouldn't, or the undo stack having more entries on it than they expect (i.e. undo works just fine, but the stack isn't coalesced as the user expects)
-- -Ben _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
