Re: Where is cl-launch.asd?

2016-01-10 Thread Faré
cl-launch extracts the .asd file from cl-launch.sh, and thus doesn't include it in its git. Usually it's extracted by the Makefile's target source or install_source, but we try to keep the git checkout pristine except for the build/ directory (though, unhappily, test/ is also touched, and even the

Re: bug: after erring on undefined component type, system is reported to load successfully

2016-01-10 Thread 73budden .
Hi! I added new bugs https://bugs.launchpad.net/asdf/+bug/1532584 https://bugs.launchpad.net/asdf/+bug/1532586 and reported that bug affects me: https://bugs.launchpad.net/asdf/+bug/1500578

Where is cl-launch.asd?

2016-01-10 Thread Robert Goldman
I tried to load the asdf tools interactively, under SLIME, and they fail to launch, although everything seems to run from make. I get this error: Component "cl-launch/dispatch" not found, required by # and, indeed: ~/lisp/asdf/ext/cl-launch $ find . -name '*.asd' ~/lisp/asdf/ext/cl-launch $ I