Skip to content

Allow skipping errors #48

@TimWhiting

Description

@TimWhiting

When developing a new codemod, it would be helpful to be able to allow continuing regardless of exceptions with some sort of debug flag or parameter passed to runInteractiveCodemodSequence.

Something like
--continue-on-exceptions

Motivation: It's hard to catch every edge case when creating a migration when there are a lot of breaking changes like what happened recently with package riverpod going to v1.0.0-dev. Users would still like to be able to do a best-effort migration when the migration tool has exceptions, so that they don't have to do the full migration manually and don't have to wait for the migration tool to be flawless.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions