Re: [elephant-devel] Deferred schema sync

2009-09-09 Thread Ian Eslick
Hi Leslie, The policies here have been a thorn in the design for some time. The first version of schema sync provided lots of configuration options for sync policies, the second tried to provide a clean default policy; but I have also had this redefine before open sync problem. The idea is

Re: [elephant-devel] get-instance-by-class etc

2009-09-09 Thread Ian Eslick
Sounds like an opportunity for a cute little macro... (defmacro with-store ((store) &body body) `(let ((*store-controller* ,store)) (declare (special *store-controller*)) ,@body)) which is now in the current dev tree. There is also the with-open-store macro which will open