[asdf-devel] loading component problem

2009-11-12 Thread Богдан Иванюк
Hi, I'm using asdf-install over the clisp and have problem with loading already installed components. Thats looks like asdf and asdf-install successfully installed. This is my initialization file (~/.clisprc):     #-:asdf (load /home/bohdan/asdf/)     (pushnew

[asdf-devel] broken texinfo link

2009-11-12 Thread nuntius
asdf.texinfo still refers to Kent's old site at http://world.std.com/~pitman/Papers/Large-Systems.html It should be updated to http://nhplace.com/kent/Papers/Large-Systems.html - Daniel ___ asdf-devel mailing list asdf-devel@common-lisp.net

[asdf-devel] problems defining a new component class

2009-11-12 Thread Robert Goldman
I'm finding that for some reason the :default-initargs to a new component class (a subclass of cl-source-file) I've defined are not getting applied. I have a vague memory that there's some weirdness in the way asdf creates components that means that this doesn't work, but I'd be obliged if anyone