Skip to content
  • Daniel Barlow's avatar
    component class · 3ec3a499
    Daniel Barlow authored
     -   (pathname :initarg :pathname)))
     +   (relative-pathname :initarg :pathname)))
    component-pathname, component-relative-pathname changed to actually work
    (defmethod print-object ((c component) stream)
    is suffering strangely, but that might just be me.  try re-enabling
    this and see if itworks for you
    
    
      (defmethod perform ((o load-op) (c cl-source-file))
     -    (mapc nil #'load (output-files co c))))
     +    (map nil #'load (output-files co c))))
    oops
    
    load-op and compile-and-load-op are actually the same thing (at least
    for CL files).  need to choose a name ...
    3ec3a499