boot-clj / boot-cljs

Boot task to compile ClojureScript programs.
Eclipse Public License 1.0
176 stars 40 forks source link

boot-cljs broken with Clojurescript 1.10.238 in advanced compilation #189

Closed danielsz closed 6 years ago

danielsz commented 6 years ago

I noticed this with one of my apps. The compiler compiles the app successfully but the app fails quickly with undefined exceptions. How do I know that the culprit lies with boot-cljs and not my app? Because it seems to be reproducible with Saapas. Go and change the Clojurescript version to the latest, and specify advanced compilation. The app doesn't load correctly, with similar errors (cannot read property from undefined).
Furthermore, my app compiles and runs fine with lein-cljsbuild in advanced compilation. I don't know what causes this, but I've been doing many checks and at this point I'm pretty confident there is a problem with boot-cljs. Would be happy to be proven wrong, and even happier with a fix. :-)

danielsz commented 6 years ago

Closing this because I'm not happy with the wording. Problem remains but requires more investigation and better reporting.