boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 180 forks source link

Explicitly bind *print-level* and *print-length* to nil #587

Closed RadicalZephyr closed 7 years ago

RadicalZephyr commented 7 years ago

This should prevent user setting of these values for reasonable use in the REPL from preventing set-env! from failing the printable-readable? round-trip test.

Fixes #586.

alandipert commented 7 years ago

Makes sense, thanks!