Skip to content
  • Francois-Rene Rideau's avatar
    Stop having asdf.asd depend on uiop.asd · a61bd35e
    Francois-Rene Rideau authored
    A DEFINE-OP "asdf" shouldn't depend on a DEFINE-OP "uiop", or
    a circular dependency may be introduced by the "always load asdf first"
    behavior. Instead, have asdf/driver do a low-level copy of the components
    in uiop, rather than a transclusion of a system defined in a separate file.
    a61bd35e