[asdf-devel] New tests with upgrade

2013-03-15 Thread Robert Goldman
Works better, thanks! Still running into an error when trying to upgrade allegromodern from 1.85, though. What's odd is that this fails when running inside 'make test-all': Above backtrace due to this condition: #P/Users/rpg/lisp/asdf/build/fasls/acl-8.2m-macosx-x64/asdf/build/asdf.fasl does

Re: [asdf-devel] New tests with upgrade

2013-03-15 Thread Faré
That was still the issue with clashes between same-named FASLs between various implementations when you're not using output-translations --- which we're not when running ASDF1 to test upgrade from it. I've added some ASDF1 fasl deletion to run-tests.sh before the upgrade test. Will hopefully

[asdf-devel] adsf/bundle:monolithic-fasl sometimes puts dependent system first in list

2013-03-15 Thread Dave Cooper
Try this: 1. git clone git://github.com/genworks/gendl.git 2. put it in your quicklisp/local-projects/ 3. (ql:register-local-projects) 4. (ql:quickload :gendl) 5. (ql:operate 'asdf/bundle:monolithic-fasl-op :gendl) 6. (first (asdf:output-files 'asdf/bundle:monolithic-fasl-op :gendl)) 7.