<div dir="ltr"><div><div><div><div><div>This is a follow-up to my previous post regarding asdf searching for a system in the current working directory.<br><br></div>I resolved this to my satisfaction with something like this:<br>
(let ((asdf:*central-registry*<br>     (push directory asdf:*central-registry*)))<br>    (apply #'asdf:load-system system keys)))<br><br></div>My question here is two-fold:<br></div>- Am I misusing ASDF if I have asdf files for local projects sprinkled around, in addition to having them under centralized locations specified in the configuration file?<br>
</div>- What about adding a :CWD keyword to the configuration file DSL to specify the current working directory?<br><br></div><div>The new keyword seems to require a minor modification to ``resolve-absolute-location''.<br>
<br></div><div>I don't know if this would conflict with output translations as it uses the same DSL and presumably code.<br><br>Thanks,<br><br>Mirko<br></div><br><div><div><div><br></div></div></div></div>