Altering ASDF execution plan
Vsevolod Dyomkin
vseloved at gmail.com
Mon May 30 16:04:57 UTC 2016
Hi,
I have a few questions about controlling ASDF execution of compile/load
operations:
1. Suppose I have performed successful `load-op` on a certain system. After
some time and no changes to the source code of the system nor its
dependencies, I run `load-system` again on the same system. How can I
ensure that no compile/load action is performed?
2. Suppose I have a system `foo` that depends on `bar`. Now, I explicitly
call `(load-system :bar)`. How can I ensure that when I call `(load-system
:foo)` no compile/load action is performed on `bar`?
Sorry, maybe, these questions are trivial, but I couldn't find definite
answers in the docs.
---
Vsevolod Dyomkin
+38-096-111-41-56
skype, twitter: vseloved
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20160530/6cdab450/attachment.html>
More information about the asdf-devel
mailing list