On Mon, 30 Jun 2025, Jeremy Drake via Cygwin-patches wrote: > I probably won't be able to get back to really working on this for at > least a week, but I'm hoping to at least get some comments written today.
Well, I did manage to get a new revision out before my mini-vacation, improving commit messages, adding comments, and moving additional parameters to child_info_spawn::worker to a const struct & parameter (this allows most callers to construct the struct in the parameter list since they only care about the mode, and only popen and posix_spawn need a named local for the struct to set more members from their defaults).