Liking cljdoc? Tell your friends :D

pallet.common.deprecate

Deprecation forms

Deprecation forms
raw docstring

deprecatedclj

(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.
sourceraw docstring

deprecated-macroclj/smacro

(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
sourceraw docstring

find-caller-from-stackclj/smacro

(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.
sourceraw docstring

forward-fnclj/smacro

(forward-fn f-name ns)
source

forward-fn-no-warnclj/smacro

(forward-fn-no-warn f-name ns)
source

forward-fn-warnclj/smacro

(forward-fn-warn f-name ns)
source

forward-fnsclj/smacro

(forward-fns ns & fns)

Forward syms to ns

Forward syms to ns
sourceraw docstring

forward-no-warnclj/smacro

(forward-no-warn f-name ns)
source

forward-no-warn-varclj/smacro

(forward-no-warn-var f-name to-ns)
source

forward-varsclj/smacro

(forward-vars ns & syms)

Forward syms to ns

Forward syms to ns
sourceraw docstring

renameclj

(rename from to)

Generates a deprecated message for renaming a function

Generates a deprecated message for renaming a function
sourceraw docstring

warnclj

(warn message)
(warn file message)
(warn file line message)

Log a deprecation warning

Log a deprecation warning
sourceraw docstring

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

× close