[Openmcl-devel] [Bug] WARN messes with pretty-printing

Tobias C. Rittweiler tcr at freebits.de
Mon Jan 4 02:17:51 PST 2010


"Tobias C. Rittweiler" <tcr at freebits.de> writes:

> Due to that trac failure, I report the bug here instead:
>
> CL-USER> (lisp-implementation-version)
> "Version 1.4-RC1-r13031  (LinuxX8632)"
> CL-USER> (setq *print-pretty* t)
> T
>
> CL-USER> (format t "~@<COMPILE-FILE failed while performing ~A on ~A.~@:>"
>                   "#<COMPILE-OP (:FORCE T) #x150A26AE>" 
>                   "#<IRONCLAD-SOURCE-FILE \"ripemd-160\" #x14D18B46>")
> COMPILE-FILE failed while performing #<COMPILE-OP (:FORCE T) #x150A26AE> on
> #<IRONCLAD-SOURCE-FILE "ripemd-160" #x14D18B46>.
> NIL
>
> CL-USER> (warn "~@<COMPILE-FILE failed while performing ~A on ~A.~@:>"
>                "#<COMPILE-OP (:FORCE T) #x150A26AE>"
>                 "#<IRONCLAD-SOURCE-FILE \"ripemd-160\" #x14D18B46>")
> ; Warning: COMPILE-FILE failed while performing
> ;                     #<COMPILE-OP (:FORCE T) #x150A26AE> on
> ;                     #<IRONCLAD-SOURCE-FILE "ripemd-160" #x14D18B46>.
> ; While executing: SWANK::EVAL-REGION, in process repl-thread(11).
> NIL
>
> As you can see, WARN somehow messes with pretty-printing.
>
>   -T.

Ok it seems the ticket was in fact created:

  http://trac.clozure.com/ccl/ticket/642

just the attachment didn't work. I wanted to attach the abovely quoted
log. Pasting it into Trac directly resulted in severe layout fuckup. I
do not why, perhaps it does not correctly deal with unix-style newlines?

  -T.




More information about the Openmcl-devel mailing list