[asdf-devel] How to specify to ASDF to load system from current directory?
Zach Beane
xach at xach.com
Wed Nov 6 15:51:32 UTC 2013
Mirko Vukovic <mirko.vukovic at gmail.com> writes:
> Hello,
>
> this is on recently upgraded SBCL1.1.13 and ASDF 3.0.2
>
> I have a system sitting in ~/quicklisp/local-dists and a development
> version sitting in ~/.../lisp-development/
>
> I would like ASDF to open the latter one. I use asdf:load-system.
>
> I cd to the development directory and start slime there. (asdf:load-system
> ...) still tries to fetch the version in the
> quicklisp directory.
One easy way:
(push '*default-pathname-defaults* asdf:*central-registry*)
Zach
More information about the asdf-devel
mailing list