Skip to content

feat(schema-tools): fix cljs macro - #259

Draft
aplumez wants to merge 1 commit into
oliyh:masterfrom
aplumez:fix-cljs-macro-usage
Draft

feat(schema-tools): fix cljs macro#259
aplumez wants to merge 1 commit into
oliyh:masterfrom
aplumez:fix-cljs-macro-usage

Conversation

@aplumez

@aplumez aplumez commented Apr 14, 2026

Copy link
Copy Markdown
Contributor

Description

Fix the following warning in Clojurescript:

------ WARNING #1 - :undeclared-var --------------------------------------------
 Resource: martian/schema_tools.cljc:207:10
--------------------------------------------------------------------------------
 204 |     (let [target (:derefable schema)]
 205 |       (concat*
 206 |         (when include-self? (list path))
 207 |         (with-recursion-guard
----------------^---------------------------------------------------------------
 Use of undeclared Var martian.schema-tools/with-recursion-guard
--------------------------------------------------------------------------------
 208 |           target
 209 |           (let [inner-schema @target]
 210 |             (concat
 211 |               (-paths inner-schema (conj path :derefable) true)
--------------------------------------------------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant