[slime-devel] optional asdf integration: error when asdf is not available

Stas Boukarev stassats at gmail.com
Sat Oct 16 10:14:07 UTC 2010


Anton Vodonosov <avodonosov at yandex.ru> writes:

> Hello.
>
> In the current head, SBCL 1.0.43.13 fails on swank-loader.lisp, when ASDF is not afailable.
>
> The reason is that (find-symbol "COMPILE-FILE-PATHNAME*" :asdf) signalls error "Unknown package :asdf).
>
> Another error is loading contrib swank-asdf by presense of SBCL or ECL:
>     #+(or asdf sbcl ecl) swank-asdf
>
> Even if SBCL is boundled with ASDF (which is not always the case), the feature :asdf will be afailable, 
> and therefore it's sufficient to just have:
>     #+asdf swank-asdf
It won't be available if it's not loaded.

> The patch is below.
I applied the first part of the patch, thanks.

-- 
With Best Regards, Stas.




More information about the slime-devel mailing list