Faré fahree@gmail.com writes:
My bad. I tried to remove the default type on source-file; obviously, it's too late and many systems use it already. Restored it to nil in 2.26.35.
For next time I'm ill-inspired like that, is there a way to load everything *that's suppose to work* in quicklisp? I found I could try to load everything with: (time (dolist (s (quicklisp-client::provided-systems t)) (quicklisp:quickload (ql-dist:name s)))) but it fails with things like "abort-ks-execution-example".
Loading everything into the same image isn't practical. I wrote qlmapper to do it instead:
https://github.com/xach/qlmapper
You still must have some extra stuff installed, e.g. foreign libraries and tools, but it should allow you to test many systems.
Zach