>I decided to disable the 64-bit tests on non-WIDE_HARD platforms
>(so that the tests pass on all platforms)
If I understood right, you don't test uint64 on the typical 32bit Linux machine anymore?
I think this is a bad move. Running tests is important -- everywhere.
Why not use something like
(devar available (ignore-errors ...detector...))
available
(if available ...testx... #| else...
2009-10-09 16:51:11 UTC in CLISP - an ANSI Common Lisp