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.Looking at the last four failures, one I cannot reproduce, and three
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.
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.