<#19018 Have `--keep-sandboxes` not restart daemon...
# github-notifications
c
#19018 Have `--keep-sandboxes` not restart daemon Issue created by thejcannon Is your feature request related to a problem? Please describe. If I want to preserve a sandbox that passes I have to use
--keep-sandboxes=always
, but that restarts the daemon, meaning I'll preserve many more sandboxes than what I wanted. Describe the solution you'd like Changing
--keep-sandboxes
doesn't invalidate the daemon. Describe alternatives you've considered N/A Additional context In DM @witty-crayon-22786 said:
With a bunch of refactoring it could. Currently it's a constructor parameter for all of the CommandRunners, but you could probably move it to the process::Context.
pantsbuild/pants