Skip to content

v3.5.3

Compare
Choose a tag to compare
@gaborcsardi gaborcsardi released this 25 Mar 22:00
· 185 commits to main since this release
  • run() now sets stderr to NULL in the result (instead of an empty
    string), if the standard error was redirected to the standard output.
    This also fixes an error when interrupting a run() with a redirected
    standard error.

  • processx now does not fail if the current working directory contains
    a non-ASCII character on Windows, and getwd() returns a short path
    for it (#313).