Don't depends-on :asdf, it can only make things worse.
authorFrancois-Rene Rideau <fare@tunes.org>
Thu, 14 Apr 2011 04:45:29 +0000 (00:45 -0400)
committerFrancois-Rene Rideau <fare@tunes.org>
Thu, 14 Apr 2011 04:45:29 +0000 (00:45 -0400)
poiu.asd

index 558f0ae..c3ef6bd 100644 (file)
--- a/poiu.asd
+++ b/poiu.asd
@@ -17,6 +17,7 @@ POIU is a variant of ASDF that may operate on your systems in parallel.
 POIU will notably compile each Lisp file in its own forked process,
 in parallel with other operations (compilation or loading).
 However, it will load FASLs serially as they become available."
-    ;; Make sure asdf won't be reloaded on top of poiu.
-    :depends-on ((:version :asdf "2.010"))
+    ;; It is not currently safe to upgrade asdf itself as part of an asdf operation;
+    ;; that would require special magic handling by asdf. So we don't try.
+    ;; :depends-on ((:version :asdf "2.010"))
     :components ((:file "poiu")))