Skip to content

Commit

Permalink
Revert "Move to custom walk2"
Browse files Browse the repository at this point in the history
This reverts commit 8d42621.
  • Loading branch information
Aitem committed Jun 11, 2024
1 parent 8d42621 commit 07b69cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 198 deletions.
4 changes: 2 additions & 2 deletions src/zen/store.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[clojure.edn]
[clojure.java.io :as io]
[clojure.string :as str]
[zen.walk2]
[clojure.walk :as walk]
[edamame.core]
[zen.utils]
[zen.v2-validation :as v2]))
Expand Down Expand Up @@ -48,7 +48,7 @@
;; disables sym expansion in zen/list (expr types)
(if (list? resource)
resource
(zen.walk2/walk (partial walk-resource walk-fn) walk-fn resource)))
(walk/walk (partial walk-resource walk-fn) walk-fn resource)))


(defn validate-symbol
Expand Down
137 changes: 0 additions & 137 deletions src/zen/walk2.clj

This file was deleted.

59 changes: 0 additions & 59 deletions test/zen/walk2_test.clj

This file was deleted.

0 comments on commit 07b69cc

Please sign in to comment.