Re: [elephant-devel] Glitch in classes.lisp

2008-02-25 Thread Leslie P. Polzer
> just caused my Lisp to throw a warning about > > The slot %INDEXED-CLASS is unbound in the object # PERSISTENT-OBJECT>. That doesn't occur when starting cleanly without FASLs, so it seems to be a case of faulty dependency resolution or specification. But when I open my store now, I get debu

[elephant-devel] Glitch in classes.lisp

2008-02-25 Thread Leslie P. Polzer
Ian, the change introduced by you here: @@ -62,8 +62,7 @@ (persistent-object (find-class 'persistent-object)) (not-already-persistent (loop for superclass in direct-superclasses never (eq (class-of superclass) persistent-metaclass -