Re: [elephant-devel] Reason for

2011-09-27 Thread Alex Mizrahi
IE> Anyone remember why we put this into the elephant.asd file? IE> (defmethod operation-done-p ((o load-op) (c elephant-c-source)) nil) To make sure that library is loaded at least once? There is no way to check whether it is loaded via UFFI. And if you return T ASDF might skip loading altoge

[elephant-devel] Reason for

2011-09-27 Thread Ian Eslick
Anyone remember why we put this into the elephant.asd file? I think the goal was to force some action to take place so that all the dynamic libraries were loaded each time. It was causing the CCL MOP problem discussed earlier. I may have fixes for the CCL MOP - a few tests still fail which I

Re: [elephant-devel] set-valued slots review

2011-09-27 Thread Ian Eslick
I was creating the set-valued slot API as a placeholder for something more native, but ran out of time to work on the project before really getting it done right. As you say, the API is awkward. I think it would be more convenient to use lists as the slot-level API and have a separate API for

Re: [elephant-devel] Multiple store controllers, with each its own set of classes

2011-09-27 Thread Arnaud Betremieux
Sorry, I should have been clearer : I *assumed* this bug was the cause, since there had been an SBCL update in the meantime. Maybe there were other bugs ? Unfortunately, I don't have the previous version I was testing on anymore. AFAIK, it was an unmodified, somewhat recent (a few months) version o