0.9.6.56:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 24 Nov 2005 11:59:44 +0000 (11:59 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 24 Nov 2005 11:59:44 +0000 (11:59 +0000)
Log a bug in wild pathnames from sbcl-help

BUGS
version.lisp-expr

diff --git a/BUGS b/BUGS
index 87c19e6..88fe577 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -2134,3 +2134,10 @@ WORKAROUND:
   fix was made to ROUND-NUMERIC-BOUND for the sbcl-0.9.6 release, but
   the right fix is to remove the abstraction violation in the
   compiler's type deriver.
+
+390:
+  reported on sbcl-help by Tim Daly Jr.
+
+    (DIRECTORY "/tmp/[P]*.*")
+  gives a type error: 
+    The value "P" is not of type CHARACTER.
index 13933a5..a42457a 100644 (file)
@@ -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.9.6.55"
+"0.9.6.56"