Skip to content

Commit

Permalink
chore: update extendr-api to prevent crashing R session (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Mar 31, 2024
1 parent acc29eb commit bd35fc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
functions. This renaming is now made (#964).
- Evaluating `Series` methods from `Expr` inside functions now works correctly (#973).
Thanks @Yunuuuu for the report.
- The dependent crate `extendr-api` is updated to 2024-03-31 unreleased version (#995).
The issue that the R session crashes when a panic occurs in the Rust side is resolved.
Thanks @CGMossa for the upstream fix.

## Polars R Package 0.15.1

Expand Down
4 changes: 2 additions & 2 deletions src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ opt-level = 3 # was 1 to support 1.66, but since 1.70 is needed anyway it does n
opt-level = 3

[dependencies]
extendr-api = { git = "https://github.com/extendr/extendr", rev = "b26adfedc20a979c5fcb164a4f7d2a0bd1721c18", default-features = false, features = [
extendr-api = { git = "https://github.com/extendr/extendr", rev = "1895bfc8ee22347665900caa0e48da4f0b13232f", default-features = false, features = [
"result_list",
"serde",
] }
Expand Down

0 comments on commit bd35fc2

Please sign in to comment.