Liking cljdoc? Tell your friends :D

pallet.task

Task helpers, that do not have any dependencies in pallet.

Task helpers, that do not have any dependencies in pallet.
raw docstring

abortclj

(abort msg)

Abort a task, with the specified error message, and no stack trace.

Abort a task, with the specified error message, and no stack trace.
sourceraw docstring

maybe-resolve-symbol-stringclj

(maybe-resolve-symbol-string symbol-string)

Try and resolve a symbol-string to a var value

Try and resolve a symbol-string to a var value
sourceraw docstring

parse-as-qualified-symbolclj

(parse-as-qualified-symbol symbol-string)

Convert the given symbol-string into a namespace qualified symbol. Returns a vector of ns and symbol

Convert the given symbol-string into a namespace qualified symbol.
Returns a vector of ns and symbol
sourceraw docstring

report-errorclj

(report-error msg)

Report a message to err.

Report a message to *err*.
sourceraw docstring

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

× close