Fix namespace attributes
This commit is contained in:
parent
4af5f1fd61
commit
2ee7a0d12e
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@
|
|||
:location? seq?
|
||||
:end-location false}))
|
||||
|
||||
(def default-data-reader-fn (sci/new-dynamic-var '*default-data-reader-fn* {:ns rns}))
|
||||
(def alias-map (sci/new-dynamic-var '*alias-map* {:ns rns}))
|
||||
(def default-data-reader-fn (sci/new-dynamic-var '*default-data-reader-fn* nil {:ns rns}))
|
||||
(def alias-map (sci/new-dynamic-var '*alias-map* nil {:ns rns}))
|
||||
|
||||
(defn resolve-tag [sym]
|
||||
;; https://github.com/clojure/tools.reader/blob/ff18b1b872398a99e3e2941a0ed9abc0c2dec151/src/main/clojure/clojure/tools/reader.clj#L858
|
||||
|
|
|
|||
Loading…
Reference in a new issue