Skip to content

Limit the amount of printed warnings/errors #1323

@Awjin

Description

@Awjin

In #1319, an overwhelming number of deprecation warnings were printed to the terminal, forcing the user to end the process.

We should add a ceiling to the number of warnings that get printed to the terminal—100?—that, when surpassed, just prints the remaining count. Something along the lines of:

Warning: This is warning #1.

Warning: This is warning #2.

...

Warning: This is warning #${ceiling}.

${remaining count} more warnings.

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