You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, an stdlib is simply represented in the Manifest with a
[[Stdlib]]
uuid = "$stdlib_uuid"
entry. No dependencies for the stdlibs are recorded, no versions (and no git-tree-sha). This make instantiating existing manifests after the fact that the stdlib has been moved to a repository difficult. We should figure how thing should be recorded so we can instantiate old manifests that where created before the stdlib got moved out.
Instantiating projects (with no manifests) should be no problem, the names will just be resolved from the registry and download like any other package.
The text was updated successfully, but these errors were encountered:
Aside from that, we'd lose a lot of goodness we currently get from REPL precompilation (which includes native codegen). I suppose we could tell everyone to PackageCompiler them all in to the sysimage, but that defeats part of the purpose.
I sure am hoping that better precompilation is a priority for Julia 1.7.
Right now, an stdlib is simply represented in the Manifest with a
entry. No dependencies for the stdlibs are recorded, no versions (and no git-tree-sha). This make instantiating existing manifests after the fact that the stdlib has been moved to a repository difficult. We should figure how thing should be recorded so we can instantiate old manifests that where created before the stdlib got moved out.
Instantiating projects (with no manifests) should be no problem, the names will just be resolved from the registry and download like any other package.
The text was updated successfully, but these errors were encountered: