search for: extendr

Displaying 4 results from an estimated 4 matches for "extendr".

Did you mean: extends
2023 Apr 03
1
Breaking Change in Rcomplex Layout?
On 4/3/23 15:50, Michael Milton wrote: > Okay, but I'm afraid this will only mean something to Rust users. The > reason being that we encountered this issue in extendr: a Rust > extension library for R. The specific compiler errors we encounter > happen because bindgen (the Rust code generation library) read the > changed R header files, and generated a new type definition for > Rcomplex. Then, our downstream code that uses that bindgen-generated...
2023 Apr 04
1
Breaking Change in Rcomplex Layout?
...on being used. Cheers On Tue, Apr 4, 2023 at 12:15?AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > > On 4/3/23 15:50, Michael Milton wrote: > > Okay, but I'm afraid this will only mean something to Rust users. The > reason being that we encountered this issue in extendr: a Rust extension > library for R. The specific compiler errors we encounter happen because > bindgen (the Rust code generation library) read the changed R header files, > and generated a new type definition for Rcomplex. Then, our downstream code > that uses that bindgen-generated code...
2023 Apr 03
1
Breaking Change in Rcomplex Layout?
On 4/3/23 14:07, Michael Milton wrote: > Hi all, > > There seems to have been a breaking change in the R trunk caused by a fix > to bug 18430 <https://bugs.r-project.org/show_bug.cgi?id=18430> that > relates to the layout of the Rcomplex typedef. Previously it was a struct, > but now it's a union by default >
2023 Apr 04
1
Breaking Change in Rcomplex Layout?
...n Tue, Apr 4, 2023 at 12:15?AM Tomas Kalibera > <tomas.kalibera at gmail.com> wrote: > > > On 4/3/23 15:50, Michael Milton wrote: >> Okay, but I'm afraid this will only mean something to Rust users. >> The reason being that we encountered this issue in extendr: a >> Rust extension library for R. The specific compiler errors we >> encounter happen because bindgen (the Rust code generation >> library) read the changed R header files, and generated a new >> type definition for Rcomplex. Then, our downstream code that...