figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
2018-09-05T20:32:37.000200Z

I moved the main doo test runner file in a separate namespace

2018-09-05T20:32:58.000200Z

which is only in the test cljs, profile, but still figwheel looks into it

Failed to compile build :test from ["src/cljs" "test/cljs" "src/cljc" "test/cljc" "test/doo"] in 2.286 seconds.
----  Could not Analyze  test/doo/test_runner.cljs  ----

2018-09-05T20:33:24.000100Z

it doesn't actually affect the build apparently it all still works, but I wonder why it's even trying to load there

bhauman 2018-09-05T20:34:12.000100Z

@andrea.crotti your watching the test directory so its getting compiled

2018-09-05T21:14:22.000100Z

Uhm how am I watching it?

2018-09-05T21:14:49.000100Z

You mean figwheel just watches everything by default?

bhauman 2018-09-05T21:15:13.000100Z

Failed to compile build :test from ["src/cljs" "test/cljs" "src/cljc" "test/cljc" "test/doo"]

bhauman 2018-09-05T21:15:28.000100Z

that says build :test is watching all those directories

bhauman 2018-09-05T21:26:07.000100Z

actually that’s not correct, it isn’t watching those directories, figwheel uses all source paths

bhauman 2018-09-05T21:26:22.000100Z

in the builds

bhauman 2018-09-05T21:26:31.000100Z

and sends them to the compiler

bhauman 2018-09-05T21:28:40.000100Z

@andrea.crotti there are many good reasons for this you can disable this behavior with :load-all-builds false

bhauman 2018-09-05T21:28:49.000100Z

in your figwheel config