[computed-class-devel] missed swank dependency
Hello, I've found a small dependency miss when trying cl-perec (really impressive stuff), swank is needed by computed class. But you usually don't see it when you run from slime, I found out when I loaded a system from the command-line sbcl interface. Best wishes, Henrik Hjelte { hunk ./computed-class.asd 64 - :depends-on (:arnesi :closer-mop) + :depends-on (:arnesi :closer-mop :swank) }
Thanks, I guess ati will take a look at it. Cheers, levy -- There's no perfectoin On 2/11/07, Henrik Hjelte <henrik@evahjelte.com> wrote:
Hello, I've found a small dependency miss when trying cl-perec (really impressive stuff), swank is needed by computed class. But you usually don't see it when you run from slime, I found out when I loaded a system from the command-line sbcl interface.
Best wishes, Henrik Hjelte
{ hunk ./computed-class.asd 64 - :depends-on (:arnesi :closer-mop) + :depends-on (:arnesi :closer-mop :swank) }
_______________________________________________ computed-class-devel mailing list computed-class-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/computed-class-devel
participants (2)
-
Henrik Hjelte -
Levente Mészáros