figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
2017-04-07T18:21:10.886013Z

Has anyone ever seen a case where figwheel seems to be finding old state from files that don’t exist anymore?

2017-04-07T18:21:21.890809Z

I’ve done lein clean, I know for sure that these old js files are gone

2017-04-07T18:21:33.895380Z

and I’ve restarted a bunch of times, it keeps loading old state

2017-04-07T18:21:55.903799Z

it seems like it is getting it from no where. I can’t seem to sort it out.

2017-04-07T18:22:26.915649Z

the cljs-repl is behaving similarly. Unless there is osme fig process server stuck runnimng with this stuff in memory, but I don’t see how

2017-04-07T18:45:53.457167Z

it was crazy. I restarted all processes, double checked all target and resources/public/js/compiled was completely gone. and figwheel kept starting up with stale state

2017-04-07T18:46:12.464253Z

I had to just change the var names involved eventually and it stopped… Unless somehow this has to do with browser caching.

2017-04-07T18:46:59.482596Z

however, the js files were definitely recompiled and didn’t have the old data in them. I checked all the compiled output. I was just wondering if anyone has seen figwheel hang onto old state like this before with no file-trace and what I could be missing