Skip to content
Snippets Groups Projects
Forked from asdf / asdf
Source project has a limited visibility.
  • Francois-Rene Rideau's avatar
    a61bd35e
    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
    History
    Stop having asdf.asd depend on uiop.asd
    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.