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 conversion to qualified usage #56

Open
ericphanson opened this issue Jun 4, 2024 · 0 comments
Open

support conversion to qualified usage #56

ericphanson opened this issue Jun 4, 2024 · 0 comments

Comments

@ericphanson
Copy link
Owner

maybe we could support an experimental source-rewriting feature where we replace implicitly imported names with qualified usages by rewriting the source code. We have the very localized info of where the usages are thanks to the precision of JuliaSyntax so I think this would be doable. It's a bit scary to touch users' files though. If we wanted, we could actually introspect the git state and ensure we are in a non-dirty git repo for safety, before updating any files.

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

1 participant