Fork me on GitHub
#figwheel-main
<
2018-09-01
>
pesterhazy07:09:56

@danielcompton excellent writeup. Removing the (incorrect!) Last-Modified header might be a good thing to do as well in figwheel

danielcompton08:09:16

Yeah it’s a bit of a red herring really for CLJS

danielcompton08:09:48

Is that an RFC?

danielcompton08:09:07

Was wondering if the ring not modified middleware needed another PR

pesterhazy09:09:38

I'm not sure if the CLJS compiler's decision is a good one, i.e. to set the mtime of js files written when compiled to match the mtime of the source cljs file, which is always out of date by that point (and constant on subsequent macro recompiles)

bhauman15:09:56

it would be absolutely fabulous if the compiler had stable random number generation for the temp variables. This way the compiled output would only change if there was actually a change to the source code.

bhauman15:09:24

the date copying is a weak proxy for that behavior

bhauman15:09:33

because of macros like run-tests