[bknr-cvs] r2223 - branches/trunk-reorg/thirdparty/asdf

bknr at bknr.net bknr at bknr.net
Sat Oct 6 21:23:23 UTC 2007


Author: hhubner
Date: 2007-10-06 17:23:22 -0400 (Sat, 06 Oct 2007)
New Revision: 2223

Modified:
   branches/trunk-reorg/thirdparty/asdf/asdf.lisp
Log:
Commit patch to make error message for dangling link clear, thanks to
antifuchs.


Modified: branches/trunk-reorg/thirdparty/asdf/asdf.lisp
===================================================================
--- branches/trunk-reorg/thirdparty/asdf/asdf.lisp	2007-10-06 08:49:40 UTC (rev 2222)
+++ branches/trunk-reorg/thirdparty/asdf/asdf.lisp	2007-10-06 21:23:22 UTC (rev 2223)
@@ -384,6 +384,7 @@
 	 (in-memory (gethash name *defined-systems*))
 	 (on-disk (system-definition-pathname name)))	 
     (when (and on-disk
+	       (probe-file on-disk)
 	       (or (not in-memory)
 		   (< (car in-memory) (file-write-date on-disk))))
       (let ((package (make-temporary-package)))




More information about the Bknr-cvs mailing list