Closed jkrumbiegel closed 1 year ago
I think you are using the old way of disabling precompilation. I think it is now a package specific preference, see https://julialang.github.io/PrecompileTools.jl/stable/#Package-developers:-reducing-the-cost-of-precompilation-during-development.
Oh ok this is embarassing, you're correct of course. I switched laptops and thought I had done this already on this machine, but it was the other one, so I started with the wrong assumptions. Thanks for the quick response.
I have a shared environment
@makie
in which the dev versions of the related packages live. My preferences file is:The precompile workload that just got executed (I know because it threw an error due to a change I made earlier) is
Do you see anything here that should prohibit the correct reading of these preferences? I probably did something wrong but I'm not sure what it could be. Do shared envs not work with the preferences approach?