Skip to content

processx 3.8.2

Compare
Choose a tag to compare
@gaborcsardi gaborcsardi released this 01 Jul 16:17
  • 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