[slime-devel] backtrace write-string to wrong stream

10 Oct
2008
10 Oct
'08
11:26 p.m.
(For some reason a previous copy of this mail did not make it to the list.) Some backtrace output ended up in the REPL buffer. - Willem --- swank.lisp 03 Oct 2008 16:45:57 +0200 1.597 +++ swank.lisp 04 Oct 2008 12:43:27 +0200 @@ -120,7 +120,7 @@ (#\return (write-string "\\r" stream)) (t (write-char c stream)))) (write-char #\" stream)) - (t (write-string string))))) + (t (write-string string stream))))) (set-pprint-dispatch 'string #'escape-string 0 table) table)))
6029
Age (days ago)
6035
Last active (days ago)
1 comments
2 participants
participants (2)
-
Helmut Eller
-
Willem Broekema