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
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
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
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