-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
It should be possible to delete linked objects as well using some defined policy.
Suggestion 1: Possible policies:
- NEVER
- IF_LAST_LINK
- ALWAYS
Suggestion 2: Try to provide the same semantics as the GC, i.e. root objects and strong/weak references. Once an object no longer has any references it is deleted.
Cocoa issue: realm/realm-swift#1186
fichek, vonox7, functionaldude, booee, fnakstad and 27 more