We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5d338 commit 7d3c970Copy full SHA for 7d3c970
1 file changed
NEWS.md
@@ -1,6 +1,14 @@
1
2
# processx development version
3
4
+* processx error stacks are better now. They have ANSI hyperlinks for
5
+ function calls to their manual pages, and they also print operators
6
+ better.
7
+
8
+* processx now does not mark standard streams as close-on-exec on Unix,
9
+ as this causes problems when calling `system()` from an R subprocess
10
+ (https://github.com/r-lib/callr/issues/236).
11
12
# processx 3.7.0
13
14
* New functions for creating portable FIFOs and Unix socket connections.
0 commit comments