lein-figwheel

kennytilton 2018-07-27T00:16:55.000090Z

Here’s a tough question. First some background. I have been using mies template for CLJS development because, many moons ago when I tried figwheel on my rather hairy web framework, it threw compile errors where the mies build was OK. I saw there was the new “main” release and gave it a try and it seems to be running fine.

kennytilton 2018-07-27T00:17:58.000177Z

So the question is, does this sound right? Were any compilation issues addressed in the new release? My code is pretty crazy, with macros writing macros. Just curious mind you.

bhauman 2018-07-27T00:47:43.000020Z

It seems possible, but your code probably works with the current version of lein-figwheel as well. Or you found a bug in lein-figwheel.

bhauman 2018-07-27T00:48:11.000112Z

it may have just been a classpath thing created by introducing it into an already complex leinigen file

bhauman 2018-07-27T00:49:30.000119Z

maybe if you had used figwheel-sidecar without the leiningen plugin it would have worked fine

bhauman 2018-07-27T00:49:59.000010Z

@hiskennyness but its hard to really guess

bhauman 2018-07-27T00:50:11.000093Z

figwheel-main eliminated a lot of complexity

bhauman 2018-07-27T00:50:17.000151Z

and dependencies

kennytilton 2018-07-27T00:51:52.000050Z

Understood on “hard to guess”. 🙂 Congrats on the new release!

kennytilton 2018-07-27T16:32:58.000073Z

Small, unresearched datapoint: I was redoing my project with a clean start and decided just for the heck of it to try figwheel classic: no luck. Repeated fresh start with “main” and no problems.