analyzer
: include a :compile-like
key which indicates if the error happened at a "compile-like" phase.
:phase
) which however, represent code that cannot possibly work, and therefore are a "compile-like" exception (i.e. a linter could have caught them).:tooling
.analyzer
: include a :phase
key for the causes that include a :clojure.error/phase
.:tooling
:tooling
now intends to more broadly hide things that are commonly Clojure-internal / irrelevant to the application programmer.cider.*
clojure.core/apply
clojure.core/binding-conveyor-fn
clojure.core/eval
clojure.core/with-bindings
clojure.lang.Compiler
clojure.lang.RT
clojure.main/repl
nrepl.*
java.lang.Thread/run
(if it's the root element of the stacktrace)Note: First "official" release.
cider-nrepl
.Can you improve this documentation? These fine people already did:
vemv, Bozhidar Batsov & Roman SchererEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close