Re: [elephant-devel] sb-mop:finalize-inheritance

2010-02-08 Thread Lukas Gießmann
Hi, thank you, Ian and Alex, for your answers. Now, I changed the entire data model as mentioned - and it works :-) Best Regards Lukas > The Elephant MOP overloads class objects to store a variety of data. The > MOP only guarantees to call finalize-inheritance at the latest when an > inst

Re: [elephant-devel] sb-mop:finalize-inheritance

2010-02-08 Thread Ian Eslick
The Elephant MOP overloads class objects to store a variety of data. The MOP only guarantees to call finalize-inheritance at the latest when an instance is created, so if you call get-instances-by-class, the Elephant MOP has to make sure to call finalize-inheritance. Sounds like we need to do