Re: [elephant-devel] Call SLOT-UNBOUND instead of signaling UNBOUND-SLOT

2008-04-03 Thread kmkaplan+elephant
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

[elephant-devel] A FASL slipped into the source repository

2008-03-25 Thread kmkaplan+elephant
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

Re: [elephant-devel] Status of Elephant Unstable Branch

2008-03-25 Thread kmkaplan+elephant
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-

Re: [elephant-devel] Re: MOP and initforms

2008-03-07 Thread kmkaplan+elephant
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

Re: [elephant-devel] Re: MOP and initforms

2008-03-06 Thread kmkaplan+elephant
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