Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual changes to precompile options in LocalPreferences.jl not recognized #956

Open
sloede opened this issue May 12, 2023 · 1 comment
Open

Comments

@sloede
Copy link

sloede commented May 12, 2023

First of all, thanks for adding the ability to selectively enable/disable precompilation, this makes it much nicer on the user for certain work loads 馃憤

However, one thing I've noticed is that manual changes to LocalPreferences.jl are not picked up. That is, if I have created a LocalPreferences.jl in one project folder A and copy it over to another project folder B, precompilation will not be triggered in B and thus the options are not recognized.

Is this known behavior (or even a feature)? From MPI.jl, I am used to being able to hand-edit the preferences file and then MPI.jl picking up the changes, which makes it much easier to play around with these things. Especially the ability to quickly delete the preferences file to revert to the default behavior would be nice to have.

@ChrisRackauckas
Copy link
Member

I didn't know about that. But that sounds like a package issue. The MWE is probably just an issue of LocalPreferences.jl with SnoopPrecompile.jl preferences. We aren't doing anything special here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants