nedap / formatting-stack

An efficient, smart, graceful composition of Clojure formatters, linters and such.
Eclipse Public License 2.0
99 stars 2 forks source link

Fix `*print-length*` behaviour in formatters #196

Closed thumbnail closed 2 years ago

thumbnail commented 2 years ago

Brief

Reproduced #192 here (see failing test).

Fixed by fixing *print-length* and *print-level* to nil when printing the namespace.

QA plan

Author checklist

Reviewer checklist