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

Improve error message when attempting to migrate code that depends on third-party unmigrated code #218

Open
jathak opened this issue Dec 15, 2021 · 0 comments
Labels
enhancement New feature or request module system Part of the module system migrator

Comments

@jathak
Copy link
Member

jathak commented Dec 15, 2021

The migrator will usually error when dealing with code that depends on unmigrated external code through more than one entrypoint. This makes sense, since there's often no good way to migrate this code, but the error message is not useful. We should advise users in this case to either consolidate their imports of that dependency to a single entrypoint, or to just wait for the upstream code to migrate before migrating themselves.

@jathak jathak added the module system Part of the module system migrator label Dec 15, 2021
@jathak jathak added the enhancement New feature or request label May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module system Part of the module system migrator
Projects
None yet
Development

No branches or pull requests

1 participant