Skip to content
Snippets Groups Projects
Commit 3ec3a499 authored by Daniel Barlow's avatar Daniel Barlow
Browse files

component class

 -   (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 ...
parent d65a272e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment