Note that these methods on traverse that break the build on asdf3 had been totally ineffective since before asdf 2.000, for my changes to make traverse performance linear rather than cubic in the size of the system were such that these methods would likely never be called.
I can provide a working replacement, but I'm not going to bother unless there's an active committer to commit my patch.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org As far as we know, our computer has never had an undetected error. — Weisert
On Tue, Feb 26, 2013 at 8:54 PM, Anton Vodonosov avodonosov@yandex.ru wrote:
In addition, mcclim and all the dependent systems fail on CLISP and Allegro with ASDF3 because .asd file tries to define a method for asdf:traverse generic function.
The method signature is incompatible with the generic function anymore - doesn't have &REST or &KEY.
Best regards,
- Anton