Skip to content
  • Daniel Barlow's avatar
    (defclass module (component) · 6f6d3345
    Daniel Barlow authored
     +   (if-component-dep-fails :initform :fail
     +(defgeneric find-component (module name &optional version)
    though presently it ignores the extra arg
    major dependency rewrite to allow for and/or dependencies and specification
    of versions
    compile-and-load-op is dead
    we reuse old components when processing a defsystem form that we've already
    seen once.  this means that eql-specialized methods will continue to work
    and also that we can implement the pathname defaulting properly (it doesn't
    work yet)
    6f6d3345