Skip to content
Snippets Groups Projects
Commit effffe75 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix an ASDF bootstrap bug reported by MKCL's JCB.

Our method to override 'load-op with *load-system-operation*
in defmethod component-depends-on ((o prepare-op) (s system))
was failing to call-next-method, which cancelled the
:in-order-to in asdf.asd's own defsystem asdf. Oops.

Issue: this means that ASDF 3.1.2 is unfit to bootstrap further
variants of ASDF, and they must be bootstrapped with make,
or their asdf.asd must be modified in a yet-to-be-determined way
to compensate for that bug.
parent 3306af4c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment