I have just made a few further tweaks to the manual, merged the "docs" branch, and pushed it to common-lisp.net
I'm retesting, but I believe that this is going to be 3.1 this weekend.
Speak now or forever wish you had ;-)
R
I've run cl-test-grid tests for ASDF 1.3.1.120 - no regressions detected.
http://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-43.html
Lisp implementations tested: abcl-1.3.1-fasl42-linux-x86 ccl-1.9-f96-linux-x86 clisp-2.49-unix-x86 cmu-snapshot-2014-01__20e_unicode_-linux-x86 ecl-13.5.1-unknown-linux-i686-bytecode ecl-13.5.1-unknown-linux-i686-lisp-to-c sbcl-1.1.11-linux-x86 sbcl-1.1.16-linux-x86
Best regard, - Anton
05.05.2014, 01:56, "Robert P. Goldman" rpgoldman@sift.info:
I have just made a few further tweaks to the manual, merged the "docs" branch, and pushed it to common-lisp.net
I'm retesting, but I believe that this is going to be 3.1 this weekend.
Speak now or forever wish you had ;-)
R
Asdf-devel mailing list Asdf-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
Thanks for the post, Anton. Sorry to be so long answering. Unfortunately, it was mis-classified by Spamassassin as spam. yandex.ru seems to be getting a bad reputation... :-(
I checked the failures in this transcript, and as far as I can tell, none of them are ASDF issues. cl-gtk2-gtk dumps a million warnings from use of an obsolete/deprecated interface, and has an FFI problem. teepeedee2 seems to have a problem deep in the bowels of Babel, that looks like a Babel bug, not related to ASDF. utils-kt on ABCL has a stack overflow (perhaps it counts on tail recursion, which can't happen in the JVM?), and anyway, this hasn't worked in the past, either.
So I interpret these results (http://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-43.html) as being encouraging that the latest ASDF release can be successfully folded into quicklisp.
Best, r
Hi Robert, exactly, these errors are not ASDF related. I had reviewed them and think the same as you. But just reported shortly "no regressions detected" to save your attention from the details.
07.05.2014, 17:09, "Robert P. Goldman" rpgoldman@sift.info:
I checked the failures in this transcript, and as far as I can tell, none of them are ASDF issues. cl-gtk2-gtk dumps a million warnings from use of an obsolete/deprecated interface, and has an FFI problem. teepeedee2 seems to have a problem deep in the bowels of Babel, that looks like a Babel bug, not related to ASDF. utils-kt on ABCL has a stack overflow (perhaps it counts on tail recursion, which can't happen in the JVM?), and anyway, this hasn't worked in the past, either.
So I interpret these results (http://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-43.html) as being encouraging that the latest ASDF release can be successfully folded into quicklisp.
Best, r