Page 1 of 1

ASDF and :force t

Posted: Wed Sep 21, 2011 2:42 am
by sinnatagg
Ayup we generally do "unit" testing and delivery builds in fresh images to avoid old macro definitions and other stale fasl problems.

Here we have to use (asdf:operate 'asdf:load-op :blabla :force t) to force recompilation of all the lisp files in our project. But this recompiles all our dependencies too, which take quite a bit of time.

Is it possible to selectively recompile just our own asdf systems instead?


-a