Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI is failing on r-devel #241

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions bindings/bindings-linux-aarch64-R4.5-devel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ pub const R_MINOR: &[u8; 4] = b"5.0\0";
pub const R_STATUS: &[u8; 29] = b"Under development (unstable)\0";
pub const R_YEAR: &[u8; 5] = b"2024\0";
pub const R_MONTH: &[u8; 3] = b"05\0";
pub const R_DAY: &[u8; 3] = b"08\0";
pub const R_SVN_REVISION: u32 = 86528;
pub const R_DAY: &[u8; 3] = b"31\0";
pub const R_SVN_REVISION: u32 = 86660;
pub const R_GE_definitions: u32 = 13;
pub const R_GE_deviceClip: u32 = 14;
pub const R_GE_group: u32 = 15;
Expand Down Expand Up @@ -1359,6 +1359,8 @@ extern "C" {
pub fn Rf_isEnvironment(s: SEXP) -> Rboolean;
pub fn Rf_isString(s: SEXP) -> Rboolean;
pub fn Rf_isObject(s: SEXP) -> Rboolean;
pub fn MAYBE_SHARED(x: SEXP) -> ::std::os::raw::c_int;
pub fn NO_REFERENCES(x: SEXP) -> ::std::os::raw::c_int;
#[doc = "General Cons Cell Attributes"]
pub fn ATTRIB(x: SEXP) -> SEXP;
pub fn OBJECT(x: SEXP) -> ::std::os::raw::c_int;
Expand Down Expand Up @@ -1603,6 +1605,7 @@ extern "C" {
arg2: ::std::os::raw::c_int,
arg3: ::std::os::raw::c_int,
) -> SEXP;
pub fn Rf_allocLang(arg1: ::std::os::raw::c_int) -> SEXP;
pub fn Rf_allocList(arg1: ::std::os::raw::c_int) -> SEXP;
pub fn Rf_allocS4Object() -> SEXP;
pub fn Rf_allocSExp(arg1: SEXPTYPE) -> SEXP;
Expand Down Expand Up @@ -1712,12 +1715,6 @@ extern "C" {
ce_out: cetype_t,
subst: ::std::os::raw::c_int,
) -> *const ::std::os::raw::c_char;
pub fn Rf_reEnc3(
x: *const ::std::os::raw::c_char,
fromcode: *const ::std::os::raw::c_char,
tocode: *const ::std::os::raw::c_char,
subst: ::std::os::raw::c_int,
) -> *const ::std::os::raw::c_char;
#[doc = "Calling a function with arguments evaluated"]
pub fn R_forceAndCall(e: SEXP, n: ::std::os::raw::c_int, rho: SEXP) -> SEXP;
#[doc = "External pointer interface"]
Expand Down Expand Up @@ -1876,7 +1873,6 @@ extern "C" {
);
pub fn R_Serialize(s: SEXP, ops: R_outpstream_t);
pub fn R_Unserialize(ips: R_inpstream_t) -> SEXP;
pub fn R_SerializeInfo(ips: R_inpstream_t) -> SEXP;
#[doc = "slot management (in attrib.c)"]
pub fn R_do_slot(obj: SEXP, name: SEXP) -> SEXP;
pub fn R_do_slot_assign(obj: SEXP, name: SEXP, value: SEXP) -> SEXP;
Expand Down Expand Up @@ -1907,7 +1903,6 @@ extern "C" {
pub fn R_NewPreciousMSet(arg1: ::std::os::raw::c_int) -> SEXP;
pub fn R_PreserveInMSet(x: SEXP, mset: SEXP);
pub fn R_ReleaseFromMSet(x: SEXP, mset: SEXP);
pub fn R_ReleaseMSet(mset: SEXP, keepSize: ::std::os::raw::c_int);
#[doc = "Shutdown actions"]
pub fn R_dot_Last();
pub fn R_RunExitFinalizers();
Expand Down
15 changes: 5 additions & 10 deletions bindings/bindings-linux-x86_64-R4.5-devel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ pub const R_MINOR: &[u8; 4] = b"5.0\0";
pub const R_STATUS: &[u8; 29] = b"Under development (unstable)\0";
pub const R_YEAR: &[u8; 5] = b"2024\0";
pub const R_MONTH: &[u8; 3] = b"05\0";
pub const R_DAY: &[u8; 3] = b"08\0";
pub const R_SVN_REVISION: u32 = 86528;
pub const R_DAY: &[u8; 3] = b"31\0";
pub const R_SVN_REVISION: u32 = 86660;
pub const R_GE_definitions: u32 = 13;
pub const R_GE_deviceClip: u32 = 14;
pub const R_GE_group: u32 = 15;
Expand Down Expand Up @@ -1368,6 +1368,8 @@ extern "C" {
pub fn Rf_isEnvironment(s: SEXP) -> Rboolean;
pub fn Rf_isString(s: SEXP) -> Rboolean;
pub fn Rf_isObject(s: SEXP) -> Rboolean;
pub fn MAYBE_SHARED(x: SEXP) -> ::std::os::raw::c_int;
pub fn NO_REFERENCES(x: SEXP) -> ::std::os::raw::c_int;
#[doc = "General Cons Cell Attributes"]
pub fn ATTRIB(x: SEXP) -> SEXP;
pub fn OBJECT(x: SEXP) -> ::std::os::raw::c_int;
Expand Down Expand Up @@ -1612,6 +1614,7 @@ extern "C" {
arg2: ::std::os::raw::c_int,
arg3: ::std::os::raw::c_int,
) -> SEXP;
pub fn Rf_allocLang(arg1: ::std::os::raw::c_int) -> SEXP;
pub fn Rf_allocList(arg1: ::std::os::raw::c_int) -> SEXP;
pub fn Rf_allocS4Object() -> SEXP;
pub fn Rf_allocSExp(arg1: SEXPTYPE) -> SEXP;
Expand Down Expand Up @@ -1721,12 +1724,6 @@ extern "C" {
ce_out: cetype_t,
subst: ::std::os::raw::c_int,
) -> *const ::std::os::raw::c_char;
pub fn Rf_reEnc3(
x: *const ::std::os::raw::c_char,
fromcode: *const ::std::os::raw::c_char,
tocode: *const ::std::os::raw::c_char,
subst: ::std::os::raw::c_int,
) -> *const ::std::os::raw::c_char;
#[doc = "Calling a function with arguments evaluated"]
pub fn R_forceAndCall(e: SEXP, n: ::std::os::raw::c_int, rho: SEXP) -> SEXP;
#[doc = "External pointer interface"]
Expand Down Expand Up @@ -1885,7 +1882,6 @@ extern "C" {
);
pub fn R_Serialize(s: SEXP, ops: R_outpstream_t);
pub fn R_Unserialize(ips: R_inpstream_t) -> SEXP;
pub fn R_SerializeInfo(ips: R_inpstream_t) -> SEXP;
#[doc = "slot management (in attrib.c)"]
pub fn R_do_slot(obj: SEXP, name: SEXP) -> SEXP;
pub fn R_do_slot_assign(obj: SEXP, name: SEXP, value: SEXP) -> SEXP;
Expand Down Expand Up @@ -1916,7 +1912,6 @@ extern "C" {
pub fn R_NewPreciousMSet(arg1: ::std::os::raw::c_int) -> SEXP;
pub fn R_PreserveInMSet(x: SEXP, mset: SEXP);
pub fn R_ReleaseFromMSet(x: SEXP, mset: SEXP);
pub fn R_ReleaseMSet(mset: SEXP, keepSize: ::std::os::raw::c_int);
#[doc = "Shutdown actions"]
pub fn R_dot_Last();
pub fn R_RunExitFinalizers();
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-macos-aarch64-R4.3.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* automatically generated by rust-bindgen 0.69.4 */

/* libR-sys version: 0.7.0 */
/* bindgen clang version: Homebrew clang version 17.0.6 */
/* bindgen clang version: Homebrew clang version 18.1.6 */
/* r version: 4.3.3 */

#[repr(C)]
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-macos-aarch64-R4.4.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* automatically generated by rust-bindgen 0.69.4 */

/* libR-sys version: 0.7.0 */
/* bindgen clang version: Homebrew clang version 17.0.6 */
/* bindgen clang version: Homebrew clang version 18.1.6 */
/* r version: 4.4.0 */

#[repr(C)]
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-macos-aarch64-R4.5-devel.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* automatically generated by rust-bindgen 0.69.4 */

/* libR-sys version: 0.7.0 */
/* bindgen clang version: Homebrew clang version 17.0.6 */
/* bindgen clang version: Homebrew clang version 18.1.6 */
/* r version: 4.5.0-devel */

#[repr(C)]
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-macos-x86_64-R4.4.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* automatically generated by rust-bindgen 0.69.4 */

/* libR-sys version: 0.7.0 */
/* bindgen clang version: Homebrew clang version 17.0.6 */
/* bindgen clang version: Homebrew clang version 18.1.6 */
/* r version: 4.4.0 */

#[repr(C)]
Expand Down
17 changes: 6 additions & 11 deletions bindings/bindings-windows-x86_64-R4.5-devel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ pub const R_MAJOR: &[u8; 2] = b"4\0";
pub const R_MINOR: &[u8; 4] = b"5.0\0";
pub const R_STATUS: &[u8; 29] = b"Under development (unstable)\0";
pub const R_YEAR: &[u8; 5] = b"2024\0";
pub const R_MONTH: &[u8; 3] = b"05\0";
pub const R_DAY: &[u8; 3] = b"10\0";
pub const R_SVN_REVISION: u32 = 86529;
pub const R_MONTH: &[u8; 3] = b"06\0";
pub const R_DAY: &[u8; 3] = b"01\0";
pub const R_SVN_REVISION: u32 = 86664;
pub const R_GE_definitions: u32 = 13;
pub const R_GE_deviceClip: u32 = 14;
pub const R_GE_group: u32 = 15;
Expand Down Expand Up @@ -1157,6 +1157,8 @@ extern "C" {
pub fn Rf_isEnvironment(s: SEXP) -> Rboolean;
pub fn Rf_isString(s: SEXP) -> Rboolean;
pub fn Rf_isObject(s: SEXP) -> Rboolean;
pub fn MAYBE_SHARED(x: SEXP) -> ::std::os::raw::c_int;
pub fn NO_REFERENCES(x: SEXP) -> ::std::os::raw::c_int;
#[doc = "General Cons Cell Attributes"]
pub fn ATTRIB(x: SEXP) -> SEXP;
pub fn OBJECT(x: SEXP) -> ::std::os::raw::c_int;
Expand Down Expand Up @@ -1401,6 +1403,7 @@ extern "C" {
arg2: ::std::os::raw::c_int,
arg3: ::std::os::raw::c_int,
) -> SEXP;
pub fn Rf_allocLang(arg1: ::std::os::raw::c_int) -> SEXP;
pub fn Rf_allocList(arg1: ::std::os::raw::c_int) -> SEXP;
pub fn Rf_allocS4Object() -> SEXP;
pub fn Rf_allocSExp(arg1: SEXPTYPE) -> SEXP;
Expand Down Expand Up @@ -1510,12 +1513,6 @@ extern "C" {
ce_out: cetype_t,
subst: ::std::os::raw::c_int,
) -> *const ::std::os::raw::c_char;
pub fn Rf_reEnc3(
x: *const ::std::os::raw::c_char,
fromcode: *const ::std::os::raw::c_char,
tocode: *const ::std::os::raw::c_char,
subst: ::std::os::raw::c_int,
) -> *const ::std::os::raw::c_char;
#[doc = "Calling a function with arguments evaluated"]
pub fn R_forceAndCall(e: SEXP, n: ::std::os::raw::c_int, rho: SEXP) -> SEXP;
#[doc = "External pointer interface"]
Expand Down Expand Up @@ -1674,7 +1671,6 @@ extern "C" {
);
pub fn R_Serialize(s: SEXP, ops: R_outpstream_t);
pub fn R_Unserialize(ips: R_inpstream_t) -> SEXP;
pub fn R_SerializeInfo(ips: R_inpstream_t) -> SEXP;
#[doc = "slot management (in attrib.c)"]
pub fn R_do_slot(obj: SEXP, name: SEXP) -> SEXP;
pub fn R_do_slot_assign(obj: SEXP, name: SEXP, value: SEXP) -> SEXP;
Expand Down Expand Up @@ -1705,7 +1701,6 @@ extern "C" {
pub fn R_NewPreciousMSet(arg1: ::std::os::raw::c_int) -> SEXP;
pub fn R_PreserveInMSet(x: SEXP, mset: SEXP);
pub fn R_ReleaseFromMSet(x: SEXP, mset: SEXP);
pub fn R_ReleaseMSet(mset: SEXP, keepSize: ::std::os::raw::c_int);
#[doc = "Shutdown actions"]
pub fn R_dot_Last();
pub fn R_RunExitFinalizers();
Expand Down