> What about an :after or :before method on update-instance-for-redefined-class?
It is called once for each instance, but we want update once per class.
But we can hook make-instances-obsolete GF which is called once for class.
> But maybe your idea works.
Hooking compute-slots definitely works
On Thu, May 12, 2011 at 7:05 PM, Alex Mizrahi wrote:
> I've found the problem: finalize-inheritance is not always called on
> class updates (even when compute-slots is called). Spec says that it is
> called at least once somewhere between class being defined and
> instantiation of its instances, a