I have my working macro "with-memoized-def" in
https://github.com/emnh/rts/blob/master/game/src.client/game/client/macros.clj
.

I am using it in
https://github.com/emnh/rts/blob/master/game/src.client/game/client/scene.cljs
.

The problem is that when an error happens in scene.cljs after use of the
macro,
then the line numbers for the exception is wrong. I am using figwheel with
source maps.

Can anyone help me understand how to write a line number preserving macro?


--
Eivind Magnus Hvidevold
Cell: +47 92 678 423

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to