[Bese-devel] Multiple errors in the latest ucw_dev
Attila Lendvai
attila.lendvai at gmail.com
Mon Jun 26 08:00:48 UTC 2006
> I posted this earlier, but I'm not sure it was noticed. There is a bug
> in load-applications (config.lisp) where concatenate is being passed a
> pathname instead of a string:
>
> (let ((directory (or applications-directory
> *ucw-applications-directory*)))
> (when directory
> (unless (cl-fad:directory-exists-p directory)
> (error "~S is not a valid directory" directory))
> (push (concatenate 'string directory "/") asdf:*central-registry*)
> (prepare-applications-variables directory))
i've pushed a fix for this but i don't use this mechanism so i
couldn't test it. please report back if there are any errors...
- attila
(alias 101 on irc &no 'its not lisp code :)
More information about the bese-devel
mailing list