|
From: | Stefan Monnier |
Subject: | Re: Slot accessing issues in EIEIO |
Date: | Thu, 07 May 2020 08:15:51 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> When we put the sync logic in slot-missing. How to distinguish really missing > slots > and "simulated slots" is a problem. Maybe another approach is to rely on the `slot-unbound` notion: when a slot is not in-sync, mark it unbound so any access to it will call the generic function `slot-unbound`. I don't think this would support write-access via closql (or at least I can't see how that could be used to catch modification of the object slot to propagate them to the DB). Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |