processx 3.8.2
- The client library, used by callr, now ignores
SIGPIPE
when writing
to a file descriptor, on unix. This avoid possible freezes when a
callr::r_session
subprocess is trying to report its result after the
main process was terminated. In particular, this happened with parallel
testthat: r-lib/testthat#1819