This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-28
Channels
- # announcements (2)
- # beginners (19)
- # calva (8)
- # cider (5)
- # cljsrn (13)
- # clojure (35)
- # clojure-conj (3)
- # clojure-spain (1)
- # clojure-uk (2)
- # clojurescript (4)
- # clojutre (4)
- # cursive (13)
- # data-science (2)
- # datascript (1)
- # datomic (5)
- # duct (4)
- # fulcro (76)
- # funcool (5)
- # jobs (5)
- # off-topic (10)
- # remote-jobs (7)
- # rewrite-clj (8)
- # spacemacs (3)
- # sql (2)
- # xtdb (25)
@lee does the following work for you?
(require '[rewrite-clj.zip :as rz])
(let [p-zloc (-> (str " "
"a760439b5084937a556712d6ee056e95f4f075c7"
"/src/main/cljs/cljs/test.cljs")
slurp
(rz/of-string {:track-position? true}))]
(-> p-zloc
rz/down
rz/string))
i get: > Execution error at rewrite-clj.reader/throw-reader (reader.clj:18). > :reader-macro node expects 2 values. [at line 376, column 20]
ah, i guess it's this: • https://github.com/xsc/rewrite-clj/issues/68 • https://github.com/xsc/rewrite-clj/issues/75