Frank Goenninger wrote:
(defmethod asdf:perform ((o load-op) (c (eql (find-system :cells)))) (pushnew :cells *features*))
Objective was to "tell" other packages/functionality that cells is loaded into the image/system.
Any comments?
Good idea. But is there any way to do that in the source, in case I switch to mk::defsystem? Would it work with a hard-coded line in cell.lisp?
kt