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

Replace a panic with an error branch #544

Merged
merged 1 commit into from
Apr 24, 2024

Commits on Apr 24, 2024

  1. Replace a panic with an error branch

    This panic is unreachable. Panicxing is heavyweight, so we're trying to
    reduce panics (issue google#202). This PR replaces the panic with a branch
    that should be lighter-weight (if it is not optimized away entirely).
    jrvanwhy committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    52878cc View commit details
    Browse the repository at this point in the history