Fork me on GitHub
#cljs-dev
<
2017-01-02
>
dnolen15:01:47

@anmonteiro nice, would take a patch that just comments it out for now (with a comment)

anmonteiro15:01:38

yep, sounds reasonable. I'll put one together later today, thanks!

Yehonathan Sharvit15:01:31

What is the simplest way to cache a macro file?

Yehonathan Sharvit15:01:39

In the context of bootstrap cljs

anmonteiro15:01:21

@viebel the way Planck and Lumo do it is to write out the cached source that is passed to the eval function: https://github.com/anmonteiro/lumo/blob/687e57e4a5c60294c6679ffa328344c5d6a64e47/src/cljs/lumo/repl.cljs#L301-L303

anmonteiro17:01:23

@dnolen attached a patch to http://dev.clojure.org/jira/browse/CLJS-1853 commenting out that unused map