1.0.17.37: better indenting of compiler diagnostic messages.
authorChristophe Rhodes <csr21@cantab.net>
Mon, 16 Jun 2008 23:10:06 +0000 (23:10 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Mon, 16 Jun 2008 23:10:06 +0000 (23:10 +0000)
(from Michael Weber sbcl-devel 2008-06-12)

src/compiler/ir1report.lisp
version.lisp-expr

index f621c93..93dbf66 100644 (file)
                                    (compiler-error-context-original-source last)))
                (note-message-repeats stream)
                (setq last nil)
-               (pprint-logical-block (stream nil :per-line-prefix "; ")
-                 (format stream "  ~A" form))
+               (pprint-logical-block (stream nil :per-line-prefix ";   ")
+                 (princ form stream))
                (fresh-line stream))
 
              (unless (and last
index 03565f2..4d3489c 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".)
-"1.0.17.36"
+"1.0.17.37"