mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
shouldUpdateFromImportSource and shouldInsertFromImportSource functionalities are unclear #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @demonar on GitHub (Dec 28, 2015).
In the case of importUniqueObject... shouldUpdateFromImportSource is never checked and the update is always called, this makes the protocol usage unclear, if the intended usage would be to check if the elements should be created/updated/untouched, this is an error, please fix/clarify.
@JohnEstropia commented on GitHub (Dec 29, 2015):
@demonar Definitely an error. Thanks!