clojure-emacs / orchard

A fertile ground for Clojure tooling
Eclipse Public License 1.0
323 stars 54 forks source link

[print] Prevent writer going over the total limit #260

Closed alexander-yakushev closed 2 months ago

alexander-yakushev commented 2 months ago

The bug is minor (in certain scenarios the printer can overflow the limit by <5%), so 0.24.0 is still good enough for cider-nrepl.

alexander-yakushev commented 2 months ago

Also reduce :max-value-length for inspector to 10000, because 50000 is still too much for Emacs to handle on the single line (it works but is slow as hell).

vemv commented 2 months ago

Thanks!