Skip to content

SLR: exec entry point instead of running it as a subprocess

Simon McVittie requested to merge wip/smcv/slr-exec into main

This saves us a process, and more directly, it means that there's one fewer process that will not terminate its descendants when killed.

Merge request reports