Re: asdf load source
Christophe Rhodes <[email protected]>
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
Gary King <[email protected]> writes: > (defmethod perform ((op compile-op) (component load-only-file-mixin)) > nil) > > (defmethod perform ((op load-op) (component load-only-cl-source-file)) > (load (component-pathname component))) Don't these definitions (in the absence of others) violate the requirement about asdf:output-files? I'm slighly surprised you don't see any ill effects from this... maybe this will always think that compile-op on one of these is never operation-done-p? Cheers, Christophe