drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 132 forks source link

Ignore events that rely on missing dependencies #201

Closed drewmccormack closed 8 years ago

drewmccormack commented 9 years ago

At the moment, if a dependency is missing, the merge stops. It would be better to simply exclude events for which dependencies are not satisfied. The merge would continue, and if those dependencies eventually show up, the stray events would be applied.

This would have to be throughout, including in baselining.

drewmccormack commented 8 years ago

Now in Ensembles 2.