Skip to content
  • Francois-Rene Rideau's avatar
    Fix an ASDF bootstrap bug reported by MKCL's JCB. · effffe75
    Francois-Rene Rideau authored
    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.
    effffe75