I apologize in advance for the stupid newbie question that follows.<div><br></div><div>I have the two systems below. When I change a file in cl-farm, it recompiles it, but when I demand loading of cl-farm-test again, ASDF does not recompile it, even though its dependency has changed. Why? Is this expected.<div>

<br></div><div>This all is based on the latest ASDF from git, invoked from Slime (but I do not think this makes a difference)</div><div><br></div><div>Juanjo<br clear="all"><div><br></div><div><div><div>(defsystem :cl-farm</div>

<div>    :serial t</div><div>    :components ((:file "package")</div><div>                 (:file "machines")))</div></div><div><br></div><div>(defsystem :cl-farm-test</div><div>    :depends-on (:rt :cl-farm)</div>

<div>    :serial t</div><div>    :components ((:file "tests/package")</div><div>                 (:file "tests/files")</div><div>                 (:file "tests/run")))</div></div><div><br></div>

<div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div></div>