Skip to content

Comments

Simplify state machine#12392

Merged
edolstra merged 4 commits intoNixOS:masterfrom
obsidiansystems:simplify-state-machine
Feb 4, 2025
Merged

Simplify state machine#12392
edolstra merged 4 commits intoNixOS:masterfrom
obsidiansystems:simplify-state-machine

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