figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
genekim 2018-02-24T00:43:00.000126Z

@bhauman Tried “lein clean” and “lein figwheel”, and still getting the same error. Maybe there’s something wrong with my http://project.cl, namely how I configured the clean-targets? But whoa, tried another cycle of “lein clean” and “lein figwheel” and it works, with no compiler error! Mysterious! I’m posting my project.clj, to see if you can spot what I’m doing wrong? Thanks!

genekim 2018-02-24T00:48:33.000174Z

@bhauman — problem is gone, I think? Chalk it up to some artifact of the first “lein-figwheel upgrade / clean / lein fighweel”? Confirmed that problem disappears on 2nd “lein clean / lein figwheel” cycle…

bhauman 2018-02-24T01:03:37.000204Z

yeah it was a weird caching thing

🌈 1
bhauman 2018-02-24T01:04:03.000137Z

thanks for checking it out

genekim 2018-02-24T04:37:38.000080Z

@bhauman — FWIW, the compile error disappears from “lein clean / lein figwheel” cycle from MacOS terminal. But I still get compile warning from inside the Cursive IDE, which I get from running:

(use 'figwheel-sidecar.repl-api)
(start-figwheel!)
(cljs-repl)

genekim 2018-02-24T05:02:47.000031Z

@bhauman — last question on 0.5.15? Just noticed something odd from the Cursive REPL… when it runs (cljs-repl), the output from figwheel looks different than in the MacOS terminal window… No mention of rebel readline, :repl/help doesn’t print anything, but just returns a keyword… And no amount of “lein clean” or “(clean-builds dev)” makes the compiler error go away. Hope this is helpful. Sorry if it isn’t! 🙂 (And keep up all the amazing work!)

bhauman 2018-02-24T12:55:30.000096Z

@genekim this is how its supposed to work

👍 1
bhauman 2018-02-24T12:56:04.000035Z

you can only attach a terminal from a terminal

bhauman 2018-02-24T17:05:38.000042Z

trying to get work out all the text color bugs on Windows, such a painful process