- Add :closer-mop to the cl-serializer.asd :depends-on list.
pushed.
EVAL-WHEN all the constants defined in serializer.lisp, so the reader can find them. A less hackish solution may be to split the constants into their own files.
Now, since I'm a bit ignorant of compilation semantics, I'm not sure whether Lispworks is exhibiting non-conforming behavior.
i've changed cl-def to eval-when the emitted defconstant forms. it should have no bad sideffects, but i'll test it for a while locally and eventually push it in cl-def.
(I have not yet tested on SBCL, which I intend next...)
everything should be fine there, defconstant expands to an eval-when there.
thanks for the feedback! drop a mail if anything else goes wrong...
-- attila
cl-serializer-devel@common-lisp.net