diff options
author | eldritch horrors <pennae@lix.systems> | 2024-06-23 15:10:31 +0200 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-06-23 17:29:40 +0000 |
commit | 2bbdaf0b19066ea1764e8d5810c2b250dbf0a850 (patch) | |
tree | 310307b5bdc0b80103b5ae6e180303c9753cb9bb /src/libcmd/command.hh | |
parent | 2fe9157808ab26e7ca5ac2b7e800c44067d1ef8e (diff) |
libfetchers: write git commit message to tempfile
we want to remove runProgram's ability to provide stdin to a process
because the concurrency issues of handling both stdin and stdout are
much more pronounced once runProgram returns not is collected output
but a source. this is possible in the current c++ framework, however
it isn't necessary in almost all cases (as demonstrated by only this
single user existing) and in much better handled with a proper async
concurrency model that lets the caller handle both at the same time.
Change-Id: I29da1e1ad898d45e2e33a7320b246d5003e7712b
Diffstat (limited to 'src/libcmd/command.hh')
0 files changed, 0 insertions, 0 deletions