1.0.43.41: TYPE-ERROR printing tweak for *PRINT-ESCAPE* = T
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 11 Oct 2010 14:29:13 +0000 (14:29 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 11 Oct 2010 14:29:13 +0000 (14:29 +0000)
commitfa37ab8800978c9dd39b587cb3cdeef6c9e9ded9
treed99d499ae9b27245d422a67a852f0e6029279b77
parentd79b182441a71b5c372c9aca18469efa34b472b3
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.
src/code/condition.lisp
version.lisp-expr