This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

ASDF and :force t

1 post · 2543 views

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