Remix.run Logo
pizlonator 4 hours ago

My understanding: Even if everyone uses the same toolchain, but someone changes the code for a module and recompiles, then you're in UB land unless everyone who depends on that recompiles

Am I wrong?

at_compile_time 3 hours ago | parent [-]

If your key is a hash of the code and its dependencies, for a given toolchain and target, then any change to the code, its dependencies, the toolchain or target will result in a new key unique to that configuration. Though I am not familiar with these distributed caching systems so I could be overlooking something.

pizlonator 3 hours ago | parent [-]

That's not the issue I'm worried about