Background sessions renamed to something starting with a dash now restart correctly.
What's wrong with this entry?
Renaming a background session to a value beginning with a dash no longer produces argv that the respawned process parses as a flag.
- The argv rewriter now emits
--name=<value>when the new value starts with a dash, instead of leaving the value as a separate argument. - Bundled short flags are collapsed when the rewrite happens, and nulled-out argv slots are compacted out of the result.
- Covers both
--nameand-n.
zpi(c.respawnFlags, "--name", "-n", c.name)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.