-
-
Notifications
You must be signed in to change notification settings - Fork 269
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Precompilation workload: restore the original depot and load paths #3668
Conversation
Co-authored-by: Valentin Churavy <[email protected]>
@fatteneder @DilumAluthge this makes me almost think that we should have the tests https://github.com/JuliaLang/julia/blob/4d2d8490bdee8f457948b949441e95a69a775217/test/testdefs.jl#L25-L29 as part of the precompilation harness and yell at the user if their precompile scripts don't restore them. |
Since this is the last thing that the process does I don't see how this does anything. But maybe it is nice aesthetically. |
Afterwards we do the work of serializing the actual data and JuliaLang/julia#49866 is going to look at the depot path to rewrite the source paths we store in the cache file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The various code review suggestions LGTM.
No description provided.