Skip to content

Commit

Permalink
(sysutils/R-processx) Updated 3.5.2 to 3.8.0
Browse files Browse the repository at this point in the history
# processx 3.8.0

* processx error stacks are better now. They have ANSI hyperlinks for
  function calls to their manual pages, and they also print operators
  better.

* processx now does not mark standard streams as close-on-exec on Unix,
  as this causes problems when calling `system()` from an R subprocess
  (r-lib/callr#236).

# processx 3.7.0

* New functions for creating portable FIFOs and Unix socket connections.
  See `conn_create_fifo()`, `conn_create_unix_socket()` and
  `vignettes/internals.Rmd` for documentation. These functions are currently
  experimental.

# processx 3.6.1

* processx now closes file unneeded file descriptors when redirecting
  the standard output and error, in the client file.

* processx errors now do not have `rlang_error` and `rlang_trace` classes,
  because they are actually not compatible with rlang errors and traces.

# processx 3.6.0

* processx now gives better error messages, and better stack traces.

# processx 3.5.3

* `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).
  • Loading branch information
mef committed Dec 18, 2022
1 parent 7866a6b commit 380adaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sysutils/R-processx/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2021/05/31 14:26:12 mef Exp $
# $NetBSD: Makefile,v 1.5 2022/12/18 01:08:06 mef Exp $

R_PKGNAME= processx
R_PKGVER= 3.5.2
R_PKGVER= 3.8.0
CATEGORIES= sysutils

MAINTAINER= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions sysutils/R-processx/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2021/10/26 11:19:18 nia Exp $
$NetBSD: distinfo,v 1.6 2022/12/18 01:08:06 mef Exp $

BLAKE2s (R/processx_3.5.2.tar.gz) = 85c58c8e69d4957f3334caeec78901f2ce7d6128d66369db7732c12195849425
SHA512 (R/processx_3.5.2.tar.gz) = 1f7bcbc6acbb28e34286525e4b43979afec077f8ace823516ed8779cbae75f6252363aa4d722e6fad3049f8835190700b4abe094188ccb68ce6436bfa7ad0c7b
Size (R/processx_3.5.2.tar.gz) = 141424 bytes
BLAKE2s (R/processx_3.8.0.tar.gz) = d5875d901f567460a3df3d9aa2425f387d8b3aac68d46869f74903689d9a6fea
SHA512 (R/processx_3.8.0.tar.gz) = 6ea529869a5999a6273dc5f0f01cb64ff1106f0f625251cca6d15b24127aa46c6d8aa8634bfc4c2347def1bad36b936e857b27bc2e87bdfd619a4dac5e767a85
Size (R/processx_3.8.0.tar.gz) = 162539 bytes

0 comments on commit 380adaa

Please sign in to comment.