Fork me on GitHub
#figwheel-main
<
2019-02-07
>
noprompt19:02:05

Has anyone encountered and issue with letfn and :optimizations :none?

noprompt19:02:50

I seem to get an error when I attempt to compile

(letfn [(foo [] (bar)) (bar [] 1)] (foo))

noprompt19:02:57

(For example.)

noprompt19:02:05

It’ll complain about bar not existing. However, when I compile with :optimizations other than :none it’s all good.

john21:02:53

Having an issue with a module always loading at startup, rather than waiting for a cljs.loader/load ... call to fire. AFAICT, no load calls are made anywhere, but it's still loading.