Skip to content

Commit 604105c

Browse files
linkennethbbatsov
authored andcommitted
Update *print-meta* bug comment
https://clojure.atlassian.net/browse/CLJ-1445 is fixed as of Clojure 1.10.2, so this is no longer an active bug for the latest versions of Clojure.
1 parent 93eb04b commit 604105c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +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.
52+
IMPORTANT: Before Clojure 1.10.2, a
53+
https://clojure.atlassian.net/browse/CLJ-1445[bug] in `clojure.pprint` caused it
54+
to not work properly with `+*print-meta*+`. If you need to print the metadata
55+
you'll have to change the print function or disable pretty-printing.
5556

5657
== Limiting printed output
5758

0 commit comments

Comments
 (0)