Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22296
Modified Files:
version.lisp-expr
Log Message:
1.0.43.41: TYPE-ERROR printing tweak for *PRINT-ESCAPE* = T
Print as #<TYPE-ERROR exptected-type: SOME-TYPE datum: SOME-DATUM> when
possible.
Virtually every time I see a TYPE-ERROR printed with *PRINT-ESCAPE* =
T I need to go look for the place where it is printed in order to see
what the actual problem is -- and I don't think I'm the only one.
This is hopefully one annoyance less.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5067
retrieving revision 1.5068
diff -u -d -r1.5067 -r1.5068
--- version.lisp-expr 10 Oct 2010 00:34:11 -0000 1.5067
+++ version.lisp-expr 11 Oct 2010 14:29:13 -0000 1.5068
@@ -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".)
-"1.0.43.40"
+"1.0.43.41"
|