magicalpanda / MagicalRecord

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

Fixes #935 #1155

Closed gdunkle closed 8 years ago

gdunkle commented 8 years ago

This minor change allows you to run the 3.0 branch with -com.apple.CoreData.ConcurrencyDebug 1

tonyarnold commented 8 years ago

I'm afraid this change alone is not enough. I've been working on a pretty big patch to make the tests all pass with the ConcurrencyDebug flag active. Bear with me, I should have it ready in the next week or so. In the meantime, my unfinished work is in the fix/3.0-concurrency-debug branch.

tonyarnold commented 8 years ago

This issue has been addressed in 8069330e6fdf7719cf9b998ef3508f0694a314b4 for 2.3. I'm addressing the issues with 3.0 in #1163. Thanks for the PR.