Deprecation forms
Deprecation forms
(deprecated message)
Generates a deprecated warning, locating file and line from the call stack.
Generates a deprecated warning, locating file and line from the call stack.
(deprecated-macro form message)
Generates a deprecated warning for a macro, allowing the source file and line to be captured
Generates a deprecated warning for a macro, allowing the source file and line to be captured
(find-caller-from-stack)
(find-caller-from-stack frame-depth)
Find the call site of a function. A macro so we don't create extra frames.
Find the call site of a function. A macro so we don't create extra frames.
(forward-vars ns & syms)
Forward syms to ns
Forward syms to ns
(rename from to)
Generates a deprecated message for renaming a function
Generates a deprecated message for renaming a function
(warn message)
(warn file message)
(warn file line message)
Log a deprecation warning
Log a deprecation warning
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close