Skip to content

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

Open
@jathak

Description

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.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestmodule systemPart of the module system migrator

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions