[cmucl/cmucl][master] Increase *ERROR-PRINT-LINES* to a 10.

Raymond Toy rtoy at common-lisp.net
Sun Jun 14 06:23:08 UTC 2015


Raymond Toy pushed to branch master at cmucl / cmucl


Commits:
39c24612 by Raymond Toy at 2015-06-13T23:22:58Z
Increase *ERROR-PRINT-LINES* to a 10.

Five is a bit small, especially when printing out the message from
issue #5.

- - - - -


1 changed file:

- src/compiler/ir1util.lisp


Changes:

=====================================
src/compiler/ir1util.lisp
=====================================
--- a/src/compiler/ir1util.lisp
+++ b/src/compiler/ir1util.lisp
@@ -1665,7 +1665,7 @@
   "The value for *Print-Level* when printing compiler error messages.")
 (defvar *error-print-length* 5
   "The value for *Print-Length* when printing compiler error messages.")
-(defvar *error-print-lines* 5
+(defvar *error-print-lines* 10
   "The value for *Print-Lines* when printing compiler error messages.")
 
 (defvar *enclosing-source-cutoff* 1



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/39c246129881b43be8214737f9cf779e16ebbc9e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20150614/209c3bcb/attachment.html>


More information about the cmucl-cvs mailing list