cleanup
authorgwking <gwking@metabang.com>
Sat, 10 Apr 2010 13:00:19 +0000 (09:00 -0400)
committergwking <gwking@metabang.com>
Sat, 10 Apr 2010 13:00:19 +0000 (09:00 -0400)
darcs-hash:20100410130019-ff731-a3b66807227a54a2a3876200d1548c6a44de7882.gz

cl-graph.asd
dev/api.lisp
dev/graphviz/graphviz-support.lisp

index d217807..ebffcf2 100644 (file)
@@ -35,7 +35,8 @@ instructions."))
                        :depends-on ("graph"))
                 (:file "graph-algorithms"
                        :depends-on ("graph"))
-                                     
+                (:file "dynamic-classes"
+                       :depends-on ("graph"))
                 (:static-file "notes.text")
 
                 (:module "graphviz" :depends-on ("graph")
@@ -51,7 +52,7 @@ instructions."))
                      (intern (symbol-name '#:run-tests) :lift)
                      :config :generic))
   :depends-on ((:version :metatilities-base "0.6.0")
-              (:version :cl-containers "0.11.0")
+              (:version :cl-containers "0.12.0")
               ))
 
 (defmethod operation-done-p 
@@ -101,14 +102,6 @@ instructions."))
                :components
                ((:file "subgraph-containing")))))
 
-#+asdf-system-connections
-(asdf:defsystem-connection cl-graph-and-dynamic-classes
-  :requires (cl-graph dynamic-classes)
-  :components ((:module 
-               "dev"
-               :components
-               ((:file "dynamic-classes")))))
-
 
 
 
index 9ac634c..4518de8 100644 (file)
@@ -291,7 +291,7 @@ or the URL 'http://arxiv.org/abs/cond-mat/0209450'."))
 The output can be a stream or pathname or one of the values `nil` or
 `t`. If output is `nil`, then graph->dot returns a string containing
 the DOT description. If it is `t`, then the DOT description is written
-to *standard-output*.
+to \\*standard-output\\*.
 
 Here is an example;
 
index a88bce3..1ea586a 100644 (file)
@@ -354,7 +354,7 @@ B--D []
   (getf (dot-attributes thing) attr))
 
 (defmacro defpixel-inch-accessors (name attr type)
-  (let ((actual-name (form-symbol name "-IN-PIXELS")))
+  (let ((actual-name (form-symbol name (symbol-name '-in-pixels))))
     `(progn
        (eval-always (export ',actual-name))
       (defmethod ,actual-name ((thing ,type))