Liking cljdoc? Tell your friends :D

cc.journeyman.errata.backtrace

Extract useful backtrace information from Clojure exceptions.

Extract useful backtrace information from Clojure exceptions.
raw docstring

classify-backtraceclj

(classify-backtrace error namespaces)

Produce a classified list of the backtrace for this error, considering these namespaces as interesting.

Produce a classified list of the backtrace for this `error`, considering 
these `namespaces` as interesting.
sourceraw docstring

construct-entry-for-frameclj

(construct-entry-for-frame frame namespaces)

Construct an entry in a backtrace frame list for this frame, considering these namespaces as interesting.

Construct an entry in a backtrace frame list for this `frame`, considering
these `namespaces` as interesting.
sourceraw docstring

fold-backtraceclj

(fold-backtrace error)
(fold-backtrace error namespaces)

Return the backtrace of this error as a list of lists, such that in each sublist every member has the same value for :interesting? as derived from these namspaces.

Return the backtrace of this `error` as a list of lists, such that in each
sublist every member has the same value for `:interesting?` as derived from 
these `namspaces`.
sourceraw docstring

summarise-frameclj

(summarise-frame frame)

Summarise a single stack frame, presented as a map.

Summarise a single stack `frame`, presented as a map.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close