Skip to content

Commit b26aef3

Browse files
makeClusterPSOCK(): don't collect workers' capabilities(), because it fails on GitHub Actions macOS, but only when tried via 'future'
1 parent 1ddae88 commit b26aef3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: parallelly
2-
Version: 1.45.0-9011
2+
Version: 1.45.0-9012
33
Title: Enhancing the 'parallel' Package
44
Imports:
55
parallel,

NEWS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Version (development version)
22

3-
* ...
3+
## Deprecated and Defunct
4+
5+
* In previous version, `makeClusterPSOCK()` started to collect
6+
session information on each parallel worker, which included
7+
`capabilities()`. However, for unknown reasons, `capabilities()`
8+
caused the cluster creation to fail GitHub Actions running
9+
macOS. The problem could be reproduced neither locally, on the
10+
mac-builder, nor on the CRAN macOS servers. Because this feature is
11+
non-critical and only introduced in the previous version, I decided
12+
to remove the collection of `capabilities()` again.
413

514

615
# Version 1.45.0 [2025-06-02]

0 commit comments

Comments
 (0)