Fork me on GitHub
#cljs-dev
<
2017-02-22
>
richiardiandrea00:02:35

do have you guys folks have any hint on what happens here: https://github.com/nervous-systems/hildebrand/issues/20

richiardiandrea00:02:09

very weird line is this: WARNING: Use of undeclared Var clojure.core$macros/x at line 64 clojure/core.clj

anmonteiro02:02:22

that’s necessary

anmonteiro02:02:46

I suppose the problem there is macros are not available to self-hosted CLJS if they’re behind #?:clj

richiardiandrea02:02:40

Oh right, I could actually try to port it if it's like that, however the warnings were kind of surprising

richiardiandrea02:02:47

Anyways thanks a lot