From: evan
Subject: why does (asdf:operate 'asdf:load-op 'arnesi) compile it each time??
Date: 
Message-ID: <1155100681.840602.273210@m79g2000cwm.googlegroups.com>
Hi,

I use ASDF for some of my packages, and when I load them two times the
files are actually compiled and loaded only the first time, if they
didn't change. It is the same for the other packages that I use (like
cl-utilities).

But the package arnesi is re-compiled each time... Is there any reason
for this?

If it has any importance, I use sbcl ubuntu dapper with the following
versions:
sbcl 1:0.9.8.0-1ubuntu3
cl-arnesi 1.3.0+tla20050331-1
cl-asdf 1.89-1

Thanks,

Evan