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)))