Leslie P. Polzer writes:
> (defclass pineapple () ()
> (:metaclass persistent-metaclass))
> (let ((fruit (make-instance 'pineapple)))
> (defclass pineapple ()
> ((tree :initform 1))
> (:metaclass persistent-metaclass))
> (slot-value fruit 'tree)))
>
> Will raise unbou
I suspect this should not be in the darcs repository.
/src/contrib/eslick/db-prevalence/prev-collections.fasl
___
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel
Ian Eslick <[EMAIL PROTECTED]> writes:
> There are definitely holes in the test suite that need to be plugged and
> I'm sure that this will uncover bugs
Please add the following to the test suite.
--- elephant-dist/tests/mop-tests.lisp 2008-03-25 10:56:30.620265336 +0100
+++ elephant/tests/mop-
Ian Eslick writes:
> You shouldn't be using any of the controllers in contrib/eslick, those
> are in-progress experiments. Which version of the source tree are you
> using? This code shouldn't be loaded unless you are doing it
> explicitly. You should just be loading elephant.asd.
As a matter
Alex Mizrahi writes:
> LPP> I should have added that I'm talking about a schema evolution thing
> LPP> here, i.e. the situation concerns slots *added* to a class.
>
> LPP> The slots of instances of such a class are unbound instead of being
> LPP> assigned their initform, if any.
>
> i agree with y