clerk icon indicating copy to clipboard operation
clerk copied to clipboard

Using a macro with `:refer: triggers error

Open mk opened this issue 1 year ago • 0 comments

The var #'nextjournal.report-builder/trace is being referenced, but Clerk can't find it in the namespace's source code. Did you remove it? This validation can fail when the namespace is mutated programmatically (e.g. using clojure.core/intern or side-effecting macros). You can turn off this check by adding {:nextjournal.clerk/error-on-missing-vars :off} to the namespace metadata.

mk avatar Oct 12 '24 14:10 mk