fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
782 stars 63 forks source link

Testing stalls #8

Closed quicklisp closed 12 years ago

quicklisp commented 12 years ago

When I try to test-build caveman, it compiles t/caveman.lisp and then stalls at loading after printing 1..10. It never completes and I have to interrupt it to proceed.

quicklisp commented 12 years ago

I'm afraid caveman can't continue to be in Quicklisp until this issue is resolved.

fukamachi commented 12 years ago

I'm looking into this, but it seems ASDF of SBCL doesn't support threads when loading components. I think this takes a few days to fix it. Is it possible to emit caveman-test.asd from Quicklisp temporarily?

fukamachi commented 12 years ago

This has resolved by 09e65b52d766767482c416685a3cbd59d650eb11. t/caveman.lisp won't be loaded by just loading caveman-test.