-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
When I try to use x/for
in a defmacro
I get the following error:
; clojure -Sdeps '{:deps {net.cgrand/xforms {:mvn/version "0.19.5"}}}' -M -e '(do (require \'[net.cgrand.xforms :as x]) (defmacro foo [] (x/for [a _] a)))'
Syntax error compiling at (REPL:1:59).
No such var: net.cgrand.xforms/MapEntry
It works with 0.19.4:
; clojure -Sdeps '{:deps {net.cgrand/xforms {:mvn/version "0.19.4"}}}' -M -e '(do (require \'[net.cgrand.xforms :as x]) (defmacro foo [] (x/for [a _] a)))'
#'user/foo
Petrosz007
Metadata
Metadata
Assignees
Labels
No labels