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

Simplify state machine #12392

Merged
merged 4 commits into from
Feb 4, 2025
Merged

Conversation

Ericson2314
Copy link
Member

Motivation

Now that are are using C++ coroutines, we don't have to create a new function every time we suspend to wait for other goals. This means we can reduce the number of functions somewhat.

Further cleanup is possible, but I wanted to start with something relatively simple.

Context

A little bit of progress on #11927

It is probably easiest to review commit-by-commit, with all space changes ignored.


Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

@Ericson2314 Ericson2314 force-pushed the simplify-state-machine branch from 4f96f24 to 2297cc0 Compare February 3, 2025 18:16
@edolstra edolstra merged commit 5c6785e into NixOS:master Feb 4, 2025
12 checks passed
@Ericson2314 Ericson2314 deleted the simplify-state-machine branch February 4, 2025 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants