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

Obligation forest tweaks #97674

Merged
merged 3 commits into from
Jun 20, 2022
Merged

Commits on Jun 5, 2022

  1. Configuration menu
    Copy the full SHA
    cdb446f View commit details
    Browse the repository at this point in the history
  2. Handle stalling within ObligationForest.

    It is simpler if `ObligationForest` does this itself, rather than the
    caller having to manage it.
    nnethercote committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    281229a View commit details
    Browse the repository at this point in the history
  3. Split process_obligation in two.

    Because it really has two halves:
    - A read-only part that checks if further work is needed.
    - The further work part, which is much less hot.
    
    This makes things a bit clearer and nicer.
    nnethercote committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    32741d5 View commit details
    Browse the repository at this point in the history