From: William Harold Newman Date: Wed, 24 Mar 2004 16:45:26 +0000 (+0000) Subject: 0.8.9.2: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=7b0b8ef8a750a95eef6f1a950e0e9c60f1b63a2b;p=sbcl.git 0.8.9.2: trivial tidying: A test file extension of .tmp lets it be autoremoved by clean.sh and autoignored by my ~/.cvsignore. --- diff --git a/clean.sh b/clean.sh index 92d8144..945d399 100755 --- a/clean.sh +++ b/clean.sh @@ -73,6 +73,9 @@ done # *.lisp-obj, *.fasl, *.x86f, *.axpf, *.lbytef, *.lib # typical extensions for fasl files (not just from SBCL, but # from other Lisp systems which might be used as xc hosts) +# *.tmp, *.lisp-temp +# conventional names for temporary files autogenerated in +# building or testing # test-passed # generated by automatic directory-test-thyself procedure find . \( \ diff --git a/contrib/sb-simple-streams/simple-stream-tests.lisp b/contrib/sb-simple-streams/simple-stream-tests.lisp index 3987d08..6532994 100644 --- a/contrib/sb-simple-streams/simple-stream-tests.lisp +++ b/contrib/sb-simple-streams/simple-stream-tests.lisp @@ -16,7 +16,7 @@ "Directory for temporary test files.") (defparameter *test-file* - (merge-pathnames #p"test-data.txt" *test-path*)) + (merge-pathnames #p"test-data.tmp" *test-path*)) (eval-when (:load-toplevel) (ensure-directories-exist *test-path* :verbose t)) diff --git a/version.lisp-expr b/version.lisp-expr index 9a13ed2..e1fb803 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.8.9.1" +"0.8.9.2"