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

lib: recover panics within libraries and convert to informative errors #71

Merged
merged 1 commit into from
Jul 18, 2024

Commits on Jul 18, 2024

  1. lib: recover panics within libraries and convert to informative errors

    Wrap extensions that could panic with a recover to collect the latest
    mito/lib line in a stack trace and decorate the error with the failing
    AST node's ID. Libs that do not have a reasonable potential to panic are
    not included in this change: crypto, send, strings, time and try.
    efd6 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3687852 View commit details
    Browse the repository at this point in the history