Activity log for bug #387206

Date Who What changed Old value New value Message
2009-06-15 08:57:59 Nikodemus Siivola bug added bug
2009-06-15 08:58:13 Nikodemus Siivola sbcl: importance High Medium
2009-06-15 09:59:59 Nikodemus Siivola description Reported by Michael Becker: i created a file "./b1/x.txt" and sbcl gives: This is SBCL 1.0.29, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (directory "*/x.txt") (#P"/home/michael/b1/x.txt") * (directory "b*/x.txt") debugger invoked on a TYPE-ERROR: The value T is not of type (OR (VECTOR CHARACTER) (VECTOR NIL) BASE-STRING PATHNAME FILE-STREAM). Reported by Michael Becker (also by Gabriel Dos Reis): i created a file "./b1/x.txt" and sbcl gives: This is SBCL 1.0.29, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (directory "*/x.txt") (#P"/home/michael/b1/x.txt") * (directory "b*/x.txt") debugger invoked on a TYPE-ERROR: The value T is not of type (OR (VECTOR CHARACTER) (VECTOR NIL) BASE-STRING PATHNAME FILE-STREAM).
2009-06-15 10:04:20 Nikodemus Siivola sbcl: status Confirmed Fix Committed
2009-07-28 18:04:57 Nikodemus Siivola sbcl: status Fix Committed Fix Released