10 Jan
2016
10 Jan
'16
4:34 p.m.
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 #<PACKAGE-INFERRED-SYSTEM "cl-scripting/commands"> and, indeed: ~/lisp/asdf/ext/cl-launch $ find . -name '*.asd' ~/lisp/asdf/ext/cl-launch $ I see this: ~/lisp/asdf/ext/cl-launch $ git status HEAD detached at 220b8ca nothing to commit, working directory clean ~/lisp/asdf/ext/cl-launch $ Is this another oddity of git submodules? Is the version of cl-launch in our git repo not sufficiently up-to-date? Actually, when I look at xcvb/cl-launch, there is no cl-launch.asd there, either. This is crippling my ability to fix 1532464