[cells-devel] Cells/ASDF: Telling the lisp env that cells is loaded...

Nikodemus Siivola tsiivola at cc.hut.fi
Fri Feb 13 12:51:17 UTC 2004


On Fri, 13 Feb 2004, Frank Goenninger wrote:

> (defmethod asdf:perform ((o load-op) (c (eql (find-system :cells))))
>   (pushnew :cells *features*))

I wonder if this is worth the trouble: any systems using Cells should
probably just :depends-on (:cells).

If it's desired to note Cells presence explicitly, then

 (pushnew :cells *modules*)

would probably be a better choise.

Cheers,

 --Nikodemus




More information about the cells-devel mailing list