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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "out-of-tree" stdlib development #713

Open
vchuravy opened this issue Nov 21, 2022 · 2 comments
Open

Support "out-of-tree" stdlib development #713

vchuravy opened this issue Nov 21, 2022 · 2 comments
Labels
wishlist Feature requests

Comments

@vchuravy
Copy link

On the ci-dev call we discussed the possible to use Revise.jl for testing stdlibs.
For that we would need to specify a rewrite rule that maps from the usr/share location to a local development version of the stdlib.

@giordano @staticfloat @DilumAluthge @gbaraldi

@staticfloat
Copy link

Thinking out loud here about API, my ideal API would be something like a "module replacement" API, where I can do something like:

using Pkg
Revise.track(Pkg => path_to_pkg_on_disk)

@KristofferC
Copy link
Collaborator

How would that work when changing structs is not supported?

@timholy timholy added the wishlist Feature requests label Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wishlist Feature requests
Projects
None yet
Development

No branches or pull requests

4 participants