dissect icon indicating copy to clipboard operation
dissect copied to clipboard

#'PRESENT: misprinted strings

Open phoe opened this issue 5 years ago • 0 comments

CL-USER> (dissect:present t)
;; (...)
 16: (SWANK::EVAL-REGION (dissect:present t)
)
 17: ((LAMBDA NIL :IN SWANK-REPL::REPL-EVAL))

I assume that the string should be printed with ~S instead of ~A, since now we have lost string quotes. In addition, we have an unnecessary newline printed after the string.

phoe avatar Apr 16 '20 15:04 phoe