We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132ba73 commit 03b9177Copy full SHA for 03b9177
crates/ark/src/srcref.rs
@@ -36,7 +36,7 @@ pub(crate) fn resource_loaded_namespaces() -> anyhow::Result<()> {
36
}
37
38
#[harp::register]
39
-unsafe extern "C" fn ps_resource_namespaces(pkgs: SEXP) -> anyhow::Result<SEXP> {
+unsafe extern "C-unwind" fn ps_resource_namespaces(pkgs: SEXP) -> anyhow::Result<SEXP> {
40
let pkgs: Vec<String> = RObject::view(pkgs).try_into()?;
41
resource_namespaces(pkgs)?;
42
Ok(harp::r_null())
0 commit comments