<div dir="ltr"><div><br></div><div>Hello ASDF-devs,</div><div><br></div><div>I'd like to inform you that the recent commit <a class="commit-row-message" href="https://gitlab.common-lisp.net/asdf/asdf/commit/016d6baec89099f369452446c1848c3a3693b86c">Make module provider wrapping idempotent</a></div><div>has introduced new issues in the ASDF code such that it does not compile anymore on MKCL.</div><div><br></div><div>There seems to be at least 2 issues, both in footer.lisp.</div><div><br></div><div>First, in the call to define-package, symbol *load-hooks* should not be looked at in package :mk-ext</div><div>since it does not exist there but rather in package :si, as the following form seem to acknowledge.</div><div><br></div><div>Second, the call to ensure-gethash crashes with what seems as an attempt to funcall/apply</div><div>a function to the wrong number of arguments.</div><div><br></div><div>This is pretty much a show stopper on running the test suite with MKCL on the recent ASDF modifications.</div><div><br></div><div>Regards,</div><div><br></div><div>JCB</div><div><br></div></div>