Skip to content

Commit ef60fbe

Browse files
authored
Require nanonext with updated serial_config() behaviour (#381)
1 parent 9fe2bfd commit ef60fbe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ BugReports: https://github.com/r-lib/mirai/issues
2727
Depends:
2828
R (>= 3.6)
2929
Imports:
30-
nanonext (>= 1.6.2.9000)
30+
nanonext (>= 1.6.2.9001)
3131
Suggests:
3232
cli,
3333
litedown

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
#### Updates
99

10+
* Improved behaviour when using `serial_config()` custom serialization.
11+
If the serialization hook function errors or otherwise fails to return a raw vector, this will error out rather than be silently ignored (thanks @dipterix, #378).
1012
* `require_daemons()` arguments are swapped so that `.compute` comes before `call` for ease of use.
1113
Previous usage will work for the time being, although is deprecated and will be defunct in a future version.
1214
* Enhancements to `everywhere()`:
@@ -18,7 +20,7 @@
1820
* The `tls` argument at `daemon()`, `launch_local()` and `launch_remote()` is deprecated.
1921
* `as.promise()` method for mirai made robust for high-throughput scenarios (#377).
2022
* A `mirai()` evaluated on an ephemeral daemon now returns invisibly, consistent with other cases (#351).
21-
* Requires nanonext >= [1.6.2.9000].
23+
* Requires nanonext >= [1.6.2.9001].
2224

2325
# mirai 2.4.1
2426

0 commit comments

Comments
 (0)