Skip to content
Snippets Groups Projects
Commit 94e3a9e1 authored by rtoy's avatar rtoy
Browse files

GENTEMP sometimes generated the wrong symbol because the

pretty-printer was used.   Test:

(let* ((*print-pprint-dispatch* (copy-pprint-dispatch)))
  (set-pprint-dispatch 'string
		       (lambda (stream obj) (write-string "BAR-" stream)))
  (gentemp "FOO-"))
-> BAR-1

(From a message on sbcl-devel list, 2009/06/21.).
parent 1d4ab7b0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment