[slime-devel] asdf:load'ing swank

Helmut Eller heller at common-lisp.net
Tue Sep 11 19:44:17 UTC 2007


* Cyrus Harmon [2007-09-11 08:37+0200] writes:

> If I start with a clean slime directory (no fasls) and attempt to
> (asdf:oos 'asdf:load-op :swank), I get an error message as the swank
> package isn't loaded when it tries to access some things in the
> swank::... package. The following patch fixes thing, although there
> might be a better approach.

Do you get an error if you load the source?
Like so:

 (asdf:oos 'asdf:load-source-op :swank)

Helmut.



More information about the slime-devel mailing list