Errata 0.1.0
Released under the EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0
A library designed to filter out from Clojure backtraces those frames likely to be of interest to the developer.
Installation
To install, add the following dependency to your project or build file:
[cc.journeyman/errata "0.1.0"]
Topics
Namespaces
cc.journeyman.errata.backtrace
Extract useful backtrace information from Clojure exceptions.
Public variables and functions:
cc.journeyman.errata.rename
Recover the original Clojure function and namespace names from information in backtrace frames, by reversing the lexical substitutions by which they’re rendered into valid Java names
Public variables and functions: