0.8.21.24: minor compiler output cleanup
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 8 Apr 2005 12:44:25 +0000 (12:44 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 8 Apr 2005 12:44:25 +0000 (12:44 +0000)
  * when summarizing a compilation unit print the final newline
     outside the logical block.

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

index 6c59dee..124b33e 100644 (file)
                              ~[~:;~:*~&  caught ~W ERROR condition~:P~]~
                              ~[~:;~:*~&  caught ~W WARNING condition~:P~]~
                              ~[~:;~:*~&  caught ~W STYLE-WARNING condition~:P~]~
-                             ~[~:;~:*~&  printed ~W note~:P~]~%"
+                             ~[~:;~:*~&  printed ~W note~:P~]"
              abort-p
              *aborted-compilation-unit-count*
              *compiler-error-count*
              *compiler-warning-count*
              *compiler-style-warning-count*
              *compiler-note-count*))
+    (terpri *error-output*)
     (force-output *error-output*)))
 
 ;;; Evaluate BODY, then return (VALUES BODY-VALUE WARNINGS-P
index 6637cf0..06a02f8 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.8.21.23"
+"0.8.21.24"