From: jonathon
Subject: Avoiding stale fasl's with asdf
Date: 
Message-ID: <1123524241.294550.168160@g44g2000cwa.googlegroups.com>
Hi all,

I'm using asdf finally, and I have 2 modules with defpackage.lisp and
one defpackage at the root of the directory as well.

When I make changes in the second module, I sometimes get complaints
while asdf is loading the first module's defpackage, complaining that
the package name is not defined.  I end up deleting the
defpackage.fasl, and all works fine.

Is there a better way to do this than just a workaround?