[asdf-devel] Please test before releasing ASDF 3.0.0 - Also, resigning again

2013-04-29 Thread Faré
Dear Lisp hackers, I'd like to release ASDF 3.0 next week (maybe even later this week). Can you test ASDF before I do? I'll have to produce some document explaining the innovations since ASDF 2.26, 2.000 and/or 1.369, but for now here are just the changes since 2.33. As you can see, it's very

Re: [asdf-devel] Please test before releasing ASDF 3.0.0 - Also, resigning again

2013-04-29 Thread Robert Goldman
On ECL 12.12.1 on Mac OSX, test-run-program.script failed for me: ;;; Loading /Users/rpg/lisp/asdf/test/script-support.lisp ;;; Loading /Users/rpg/lisp/asdf/build/fasls/ecl/asdf.fas Configuring ASDF Enabling debugging Being a bit verbose Comparing directories ASDF-TEST:*TEST-DIRECTORY* and

Re: [asdf-devel] Please test before releasing ASDF 3.0.0 - Also, resigning again

2013-04-29 Thread Faré
I believe this is a bug in ECL. Its can be reproduced this way: (in-package :asdf) (let ((ok1 (format nil ; $ echo ok 1~%ok 1~%))) (assert-equal (with-output-to-string (s) (let ((*verbose-out* t) (*standard-output* s)) (run-shell-command echo ok ~D 1))) ok1)) Or