Hi all,

These bugs only describe expected behavior.

From 6.19 onwards common-lisp-controller is no longer doing this. I will
update the clc documentation and add a NEWS file to point this out more
clearly (I hope).

I've attached the NEWS file for you to review.

Groetjes, Peter

-- 
signature -at- pvaneynd.mailworks.org
http://www.livejournal.com/users/pvaneynd/
"God, root, what is difference?" Pitr | "God is more forgiving." Dave
Aronson|
From version 6.19 onwards clc does not longer add the 
/usr/share/common-lisp/systems/ directory to asdf:*central-registry*

The net effect of this is that just using "(asdf:oos 'asdf:load-op ...)" 
will no longer work. The only way to load clc enabled packages now
it to use "(clc:clc-require :<foo>)"

You can also activate the clc packages using "clc:with-clc-active" so

(clc:with-clc-active
  (asdf:oos 'asdf:load-op :<foo>))

will work too.

This change was done so that using for example clbuild in Debian becomes
possible again. Otherwise the packaged systems will interfere with the
clbuild or locally generated systems.  

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to