magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Fix crash for custom validation errors #1215

Closed pronebird closed 6 years ago

pronebird commented 8 years ago

I have a custom validator on NSManagedObject subclass which does not return NSValidationObjectErrorKey. This causes crash in magical record. I think MR should skip errors that it cannot extract valuable information from.

pronebird commented 6 years ago

Closing due to absence of interest in proceeding with this PR.