List Monitor didUpdateObject method not called #13

Closed
opened 2025-12-29 15:22:04 +01:00 by adam · 5 comments
Owner

Originally created by @tomasgibas on GitHub (Oct 21, 2015).

I'm using ListMonitor object to set data in table view. ListObjectObserver methods are called fine, only didUpdateObject method is never called when I update some of the object in ListMonitor. I'm ImportableUnique object to update, create and delete objects.

Originally created by @tomasgibas on GitHub (Oct 21, 2015). I'm using ListMonitor object to set data in table view. ListObjectObserver methods are called fine, only didUpdateObject method is never called when I update some of the object in ListMonitor. I'm ImportableUnique object to update, create and delete objects.
adam added the fixedcorestore bug labels 2025-12-29 15:22:04 +01:00
adam closed this issue 2025-12-29 15:22:04 +01:00
Author
Owner

@JohnEstropia commented on GitHub (Oct 21, 2015):

@tomasgibas Thanks for the report! Can you give me more details on the following?

  • CoreStore branch/commit you are using
  • device's iOS version
  • if you're using sections or not
  • specific order of inserts/updates/deletes that triggers the bug
  • any hints you may find relevant

We're trying to find all edge cases of NSFetchResultsController's nasty bugs that were introduced on XCode 7.

Related discussions:
https://github.com/JohnEstropia/CoreStore/issues/12
https://forums.developer.apple.com/thread/4999

@JohnEstropia commented on GitHub (Oct 21, 2015): @tomasgibas Thanks for the report! Can you give me more details on the following? - CoreStore branch/commit you are using - device's iOS version - if you're using sections or not - specific order of inserts/updates/deletes that triggers the bug - any hints you may find relevant We're trying to find all edge cases of NSFetchResultsController's nasty bugs that were introduced on XCode 7. Related discussions: https://github.com/JohnEstropia/CoreStore/issues/12 https://forums.developer.apple.com/thread/4999
Author
Owner

@JohnEstropia commented on GitHub (Oct 23, 2015):

@tomasgibas Can you check if the master branch fixes the problem for you?

@JohnEstropia commented on GitHub (Oct 23, 2015): @tomasgibas Can you check if the master branch fixes the problem for you?
Author
Owner

@tomasgibas commented on GitHub (Oct 23, 2015):

Using iOS 9.1 and 8.4
Yes, it is with sections,
I'm fetching data from server and save it to persistent store, there is when I expect method to be called

@tomasgibas commented on GitHub (Oct 23, 2015): Using iOS 9.1 and 8.4 Yes, it is with sections, I'm fetching data from server and save it to persistent store, there is when I expect method to be called
Author
Owner

@tomasgibas commented on GitHub (Oct 23, 2015):

At first look, it seems working. Great! Thank you.

@tomasgibas commented on GitHub (Oct 23, 2015): At first look, it seems working. Great! Thank you.
Author
Owner

@JohnEstropia commented on GitHub (Oct 23, 2015):

@tomasgibas That's great! I'll close this ticket but feel free to report any other issues you find. Thanks!

@JohnEstropia commented on GitHub (Oct 23, 2015): @tomasgibas That's great! I'll close this ticket but feel free to report any other issues you find. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#13