arrdem / katamari

Roll up all your software into artifacts!
67 stars 4 forks source link

Patch in a new clj-stacktrace that shows ex-data #21

Open arrdem opened 5 years ago

arrdem commented 5 years ago

At present we're depending on an EXTREMELY old version of clj-stacktrace which totally does most of what we want - but it doesn't render ex-data when showing causes and stack frames. Which is a serious limitation since Katamari's entire exception / tracing story is driven by trying to recursively capture context and inputs in chained ex-info instances.

arrdem commented 5 years ago

There may be clj-stacktrace forks I can use "off the shelf" which do this, or I may need to vendor one in.