[asdf-devel] LispWorks fix

Chun Tian (binghe) binghe.lisp at gmail.com
Thu Feb 4 06:36:15 UTC 2010


Hi, ASDF

I found a typo in LispWorks support code which stops ASDF compiling:

diff --git a/asdf.lisp b/asdf.lisp
index 3c5dbbd..ad97554 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -438,7 +438,7 @@ and NIL NAME and TYPE components" ;;; what about VERSION???
   #+cmu
   (cdr (assoc (intern x :keyword) ext:*environment-list*))
   #+lispworks
-  (lispworks:environment-xiable x)
+  (lispworks:environment-variable x)
   #+allegro
   (sys:getenv x)
   #+gcl

Please fix it.

--binghe

-------------- next part --------------
A non-text attachment was scrubbed...
Name: lispworks.diff
Type: application/octet-stream
Size: 375 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20100204/e3d2e419/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2603 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20100204/e3d2e419/attachment.bin>


More information about the asdf-devel mailing list