On 8/5/26 21:16, Demi Marie Obenour wrote: > The cgroup-setup Rust program can create and purge cgroups. It can also > wait for one to become empty, spawn a program in a cgroup, and more. In > the future, it will also support cgroup-based resource control. Locking > is used to ensure that concurrent invocations are safe. > > Signed-off-by: Demi Marie Obenour > --- (snip) > +// This uses a recursive algorith, but so does std::fs::remove_dir_all(). Typo: "algorith" should be "algorithm". Caught by codespell. Feel free to fix up on commit. With this fixed, the following command succeeds: git rebase main -x 'nix-build --log-format bar-with-logs release.nix' indicating that the final commit and all intermediate commits build and pass tests. -- Sincerely, Demi Marie Obenour (she/her/hers)