Skip to content

Commit f69c5e2

Browse files
committed
[#2791] Mention issue with *print-meta* when using clojure.pprint
1 parent 052290d commit f69c5e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/modules/ROOT/pages/usage/pretty_printing.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Here's one example:
4949
(apply pp/write value (mapcat identity (assoc options :stream writer))))
5050
----
5151

52+
IMPORTANT: Due to a https://clojure.atlassian.net/browse/CLJ-1445[bug] in `clojure.pprint`
53+
it doesn't work properly with `+*print-meta*+`. If you need to print the metadata you'll
54+
have to change the print function or disable pretty-printing.
55+
5256
== Limiting printed output
5357

5458
You can set `cider-print-quota` to limit the number of bytes that will be

0 commit comments

Comments
 (0)