My bad for not testing before I pushed. Should be all fixed in 3.1.7.18.
Thanks for the prompt bug report!
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Human Action is coordinated based on plans, rules, contracts. In these social constructs, the map is the territory, the data is the code.
On Mon, Sep 12, 2016 at 4:08 AM, Jean-Claude Beaudoin jean.claude.beaudoin@gmail.com wrote:
Hello ASDF-devs,
I'd like to inform you that the recent commit Make module provider wrapping idempotent has introduced new issues in the ASDF code such that it does not compile anymore on MKCL.
There seems to be at least 2 issues, both in footer.lisp.
First, in the call to define-package, symbol *load-hooks* should not be looked at in package :mk-ext since it does not exist there but rather in package :si, as the following form seem to acknowledge.
Second, the call to ensure-gethash crashes with what seems as an attempt to funcall/apply a function to the wrong number of arguments.
This is pretty much a show stopper on running the test suite with MKCL on the recent ASDF modifications.
Regards,
JCB