cider

prnc 2025-10-28T14:03:12.267729Z

In *cider-error* buffer I’m seeing ex-data elided (note the ... at the end of the quoted code block below), is this the default in cider or my misconfiguration? Is there a way to change this? (context: *print-length* and *print-level* are at their defualt nil, (setq cider-print-quota (* 1024 100)))

Truss assertion failed at some.ns[14,3]: (clojure.core/string? 42)
{:ns "some.ns", :coords [14 3], :inst 2025-10-28T13:46:45.670141Z, :pred clojure.core/string?, :arg {:form 42, :value 42, :type java.lang.Long}, ...}

Roma 2025-10-28T14:06:12.585489Z

TL;DR: You should use inspector now.

prnc 2025-10-28T15:56:09.532299Z

wow, thanks @rrudakov