1.018: Use ASDF 2 as released.
authorFrancois-Rene Rideau <fare@tunes.org>
Wed, 9 Jun 2010 05:51:23 +0000 (01:51 -0400)
committerFrancois-Rene Rideau <fare@tunes.org>
Wed, 9 Jun 2010 20:27:20 +0000 (16:27 -0400)
build.xcvb
poiu.asd
poiu.lisp
test.lisp

index f4fa7c3..2ab1e6c 100644 (file)
@@ -3,7 +3,7 @@
 ;;;                                                                  ;;;
 ;;; Free Software under an MIT-style license. See poiu.lisp.         ;;;
 ;;;                                                                  ;;;
-;;; Copyright (c) 2001-2009 Daniel Barlow and contributors           ;;;
+;;; Copyright (c) 2001-2010 Daniel Barlow and contributors           ;;;
 ;;;                                                                  ;;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
index 91ae4b6..a1f211d 100644 (file)
--- a/poiu.asd
+++ b/poiu.asd
@@ -18,5 +18,5 @@ 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 "1.713"))
+    :depends-on ((:version :asdf "2.000"))
     :components ((:file "poiu")))
index 389279f..057ac1f 100644 (file)
--- a/poiu.lisp
+++ b/poiu.lisp
@@ -1,8 +1,8 @@
 ;;; This is POIU: Parallel Operator on Independent Units
 (cl:in-package :asdf)
 (eval-when (:compile-toplevel :load-toplevel :execute)
-(defparameter *poiu-version* "1.017")
-(defparameter *asdf-version-required-by-poiu* "1.713"))
+(defparameter *poiu-version* "1.018")
+(defparameter *asdf-version-required-by-poiu* "2.000"))
 #|
 POIU is a modification of ASDF that may operate on your systems in parallel.
 This version of POIU was designed to work with ASDF no earlier than specified.
index e584fec..774213e 100755 (executable)
--- a/test.lisp
+++ b/test.lisp
@@ -5,6 +5,7 @@
 ; ../single-threaded-ccl/stccl --load test.lisp
 ;; (clisp) : \
 ; clisp -i ../asdf/asdf.lisp -i test.lisp
+;; (*) echo "Unrecognized/unsupported Lisp: $1" ; exit 42
 ;; esac ; exit
 
 (in-package :cl-user)