Re: Literate files and ASDF
Richard M Kreuter <[email protected]> Fri, 22 Jun 2007 14:01:36 -0400
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
Richard M Kreuter <[email protected]> writes: > Below is an implementation of an extension for working with CL source > files contained in an archive file... The extension as posted yesterday has flaw: the :FORCE option to OPERATE causes an operation to be PERFORMed even if OPERATION-DONE-P returns true, and so since I didn't add a method to PERFORM for COMPILE-OP, LOAD-OP, or LOAD-SOURCE-OP, forcing any of those operation will cause an error to be signalled when trying to PERFORM the operation on an archive component. Something like this ought to do the trick, maybe: (defmethod perform ((op operation) (c cl-source-file-archive)) nil) -- RmK ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/