Ok.
 
Here are the results for quicklisp 2017-02-27 + asdf.3.3.0-rc1.a6bd7c6 + iolib.pr42.66ea927 + cl-protobufs.57c8079.
 
Full diff: https://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-61.html
Failures on new version only: https://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-62.html
 
So far the following lisps are comleted:
 
abcl-1.4.0-fasl42-linux-x86
ccl-1.10-r16196-f96-linux-x86
ccl-1.11-r16635-f96-linux-x86
ccl-1.8-r15286m-f95-linux-x86
ccl-1.9-r15756-f96-linux-x86
clisp-2.49-unix-x86
cmu-snapshot-2014-01__20e_unicode_-linux-x86
cmu-snapshot-2014-05-dirty__20e_unicode_-linux-x86
cmu-snapshot-2014-12___20f_unicode_-linux-x86
cmu-snapshot-2016-12__21b_unicode_-linux-x86
ecl-16.0.0-98fc12d3-linux-i686-bytecode
ecl-16.1.2-unknown-linux-x86-bytecode
ecl-16.1.2-unknown-linux-x86-lisp-to-c
sbcl-1.1.16-linux-x86
sbcl-1.2.6-linux-x86
sbcl-1.3.12-linux-x86
 
Let me know if other testing is needed.
 
Best regards,
- Anton
 
23.03.2017, 07:29, "Faré" <fahree@gmail.com>:

OK, so with ~120 failures, obviously, ASDF 3.3 needs to be made more
compatible, using style-warnings where there are currently warnings,
providing additional backward-compatibility functions, etc.

staple => https://github.com/Shinmera/staple/issues/3
moptilities => https://github.com/gwkkwg/moptilities/pull/2 (also
fixes tinaa, ...)
transparent-wrap => inherited from trivial-arguments
stump-touchy-mode-line => otherwise fixed

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
Anarchism is founded on the observation that since few men are wise enough
to rule themselves, even fewer are wise enough to rule others. — Edward Abbey



On Tue, Mar 21, 2017 at 9:50 AM, Faré <fahree@gmail.com> wrote:

 On Mon, Mar 20, 2017 at 1:11 PM, Anton Vodonosov <avodonosov@yandex.ru> wrote:
 Running with updated iolib.

 Meanwhile, here is what has completed for the previous setup:

 ccl-1.10-r16196-f96-linux-x86
 cmu-snapshot-2016-12__21b_unicode_-linux-x86
 sbcl-1.3.12-linux-x86

 https://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-60.html

 Some errors are rather strange.
 
 Looking at the last four failures, one I cannot reproduce, and three
 are genuine incompatibilities introduced by ASDF 3.3, that I need to
 work on and/or get people to fix their code.

 ASDF 3.3 is definitely not ready to be merged into master, but that's
 great progress, and I'll investigate further to resolve the remaining
 incompatibilities.

 trivial-arguments --> https://github.com/Shinmera/trivial-arguments/issues/3
 weblocks --> https://groups.google.com/forum/#!topic/weblocks/MYt3IT9ao3E
 yaclanapht --> works for me
 zenekindarl --> https://github.com/KeenS/zenekindarl/issues/20

 —♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
 Monad=Computation with effects. M α=computation that returns α.
 bind=chain computations. return=computation with no effect.
 Monad Transformer=mixin that adds some effects to computations.