Originally created by @JohnEstropia on GitHub (Feb 12, 2016).
Fetches, ListMonitors, etc are executed before add****Store() methods complete
Automatically refetch ListMonitors and ObjectMonitors when related stores are added to/removed from the persistent store coordinator.
Module names in the entity's .xcdatamodeld and the NSManagedObject subclass's .swift file do not match
New versions in the .xcdatamodeld are not added to the MigrationChain (currently logs a warning; promote to assertion failure) Keep as a warning log message, as some projects may have intentionally unused .xcdatamodeld files. As a compromise, display unused .xcdatamodeld versions in the log message.
Originally created by @JohnEstropia on GitHub (Feb 12, 2016).
- [x] ~~Fetches, `ListMonitor`s, etc are executed before `add****Store()` methods complete~~
Automatically refetch `ListMonitor`s and `ObjectMonitor`s when related stores are added to/removed from the persistent store coordinator.
- [x] Module names in the entity's .xcdatamodeld and the NSManagedObject subclass's .swift file do not match
- [x] ~~New versions in the .xcdatamodeld are not added to the `MigrationChain` (currently logs a warning; promote to assertion failure)~~ Keep as a warning log message, as some projects may have intentionally unused .xcdatamodeld files. As a compromise, display unused .xcdatamodeld versions in the log message.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @JohnEstropia on GitHub (Feb 12, 2016).
Fetches,ListMonitors, etc are executed beforeadd****Store()methods completeAutomatically refetch
ListMonitors andObjectMonitors when related stores are added to/removed from the persistent store coordinator.New versions in the .xcdatamodeld are not added to theKeep as a warning log message, as some projects may have intentionally unused .xcdatamodeld files. As a compromise, display unused .xcdatamodeld versions in the log message.MigrationChain(currently logs a warning; promote to assertion failure)