Skip to content
  • Daniel Barlow's avatar
    rejigged the condition hierarchy slightly · 27a91156
    Daniel Barlow authored
     -(defmethod component-depends-on ((operation load-op) (c source-file))
     +(defmethod component-depends-on ((operation load-op) (c component))
     +(defun internal-find-system (name)
    does everything find-system does, but returns nil instead of raising an error.
    27a91156