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.

cc.journeyman.errata.core

Generate more useful backtraces.

cc.journeyman.errata.html

Format back traces as HTML.

Public variables and functions:

cc.journeyman.errata.registry

FIXME: write docs

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