day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

Intermittent shadow-cljs Build Failures #226

Closed superstructor closed 3 years ago

superstructor commented 3 years ago

Getting these exceptions enough to be an inconvenience during development with lein watch of the demo app and shadow-cljs 2.11.4:

[:demo] Build failure:
aborted par-compile, [:shadow.build.classpath/resource "re_demo/popovers.cljs"] still waiting for #{re-demo.popover-dialog-demo}
{:aborted [:shadow.build.classpath/resource "re_demo/popovers.cljs"], :pending #{re-demo.popover-dialog-demo}}
ExceptionInfo: aborted par-compile, [:shadow.build.classpath/resource "re_demo/popovers.cljs"] still waiting for #{re-demo.popover-dialog-demo}
        shadow.build.compiler/par-compile-one (compiler.clj:1010)
        shadow.build.compiler/par-compile-one (compiler.clj:975)
        shadow.build.compiler/par-compile-cljs-sources/fn--14180/iter--14202--14206/fn--14207/fn--14208/fn--14209 (compiler.clj:1093)
        clojure.core/apply (core.clj:665)
        clojure.core/with-bindings* (core.clj:1973)
        clojure.core/with-bindings* (core.clj:1973)
        clojure.core/apply (core.clj:669)
        clojure.core/bound-fn*/fn--5749 (core.clj:2003)
        java.util.concurrent.FutureTask.run (FutureTask.java:264)
        java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
        java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
        java.lang.Thread.run (Thread.java:834)
superstructor commented 3 years ago

Appears to have been fixed up upgrade to 2.11.14.