There hasn't been much work on ASDF since last month, which is a good sign.
I intend to release ASDF 2.20, next week. Can you all test the code we have?
NB: I'm removing the intermediate 0 from 2.019, which doesn't mean anything wrt how ASDF interprets version numbers, anyway.
Changes since 2.019: * Support the new fasl numbering convention of CCL when generating implementation strings. * Fix a slew of small bug in corner cases of the configuration API, as found by Sergey Katrevich and Rupert Warwick. * Fixed bug in WEAKLY-DEPENDS-ON and added documentation (Robert Goldman).
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Evil is that which one believes of others. It is a sin to believe evil of others, but it is seldom a mistake. — H.L. Mencken
I just ran the test suite on Mac OS X 10.5 Snow Leopard.
I tested on:
ccl clisp sbcl ecl abcl allegro allegromodern cmucl
I believe these to be relatively up-to-date (SBCL built from git as of about 2-3 weeks ago; ccl 1.7; cmucl 20c; abcl 1.0.1; ecl 11.1.1; acl 8.2; clisp 2.49).
As far as I can tell from make test-all, all the tests passed on all my lisps (I believe make will halt unsuccessfully if a test fails).
Hope that helps,
r
PS I forget, were we going to put something on the web site to summarize such test results?