Hello,
it seems like Julia never caches the precompilation of dev
ed packages. Is that assumption correct? For packages with larger precompile workloads this can be annoying.
I know, that I can use Prefereces.jl to opt-out of precompilation, but this requires extra setup for every environment (and whenever I dev/undev). Is there some way to automaticially disable the workload for all deved packages? Ideally, this would also disable the workload for all packages which depend on the deved package (as their results will be invalidated too). If it the results aren’t cached anyway, I would almost always prefer to defer the compilation to the first call.