Hello ASDF-devs, I'd like to inform you that the recent commit Make module provider wrapping idempotent <https://gitlab.common-lisp.net/asdf/asdf/commit/016d6baec89099f369452446c1848c3a3693b86c> 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