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

Optimize delayed_bug handling. #121015

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Commits on Feb 13, 2024

  1. Optimize delayed_bug handling.

    Once we have emitted at least one error, delayed bugs won't be used. So
    we can (a) we can (a) discard any existing delayed bugs, and (b) stop
    recording any new delayed bugs.
    
    This eliminates a longstanding `FIXME` comment. There should be no
    soundness issues because it's not possible to un-emit an error.
    nnethercote committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    71f2e3a View commit details
    Browse the repository at this point in the history