-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
]dev AnyStdlib
fails
#51374
Comments
What should |
Just like
To support steps 3 and 3.5 for Unicode (which does not have its own Repo) we can clone julia into |
"Sparse checkout" may help make this look more pretty, but I don't think it will actually save bandwidth or disk space. |
Cannot really happen since Unicode is in the sysimage and you can only load one instance of a package. |
We could automate the UUID changing process described here to trick ourselves into loading a new version of the stlib for direct use, but without displacing the existing version that other packages depend on. |
That sounds very weird then that your dependencies do not load the package that you devved (which is unlike the case for any other normal package). |
That's true :/. Do you have any ideas for how we could support developing standard libraries which remain in the sysimg? Setting the Revise tracking target to a new codebase seems inadequate because we can't redefine types that way. Perhaps it is possible to reload packages in the sysimg the same way it is possible to reload packages defined in Main? |
This is a self contained, actionable, subset of #35991. Getting
]free
to work would be another bonus.The text was updated successfully, but these errors were encountered: