search for: stdvec_dataptr

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

2019 May 16
3
ALTREP: Bug reports
Hello, I have encountered two bugs when using ALTREP APIs. 1. STDVEC_DATAPTR >From RInternal.h file it has a comment: /* ALTREP support */ > void *(STDVEC_DATAPTR)(SEXP x); However, this comment might not be true, the easiest way to verify it is to define a C++ function: void C_testFunc(SEXP a) > { > STDVEC_DATAPTR(a); > } and call it in R via > a...
2019 May 16
3
ALTREP: Bug reports
...ther of these are bugs, per se, but rather a > misunderstanding of the API. Details inline. > > > > On Thu, May 16, 2019 at 11:57 AM ??? <szwjf08 at gmail.com> wrote: > >> Hello, >> >> I have encountered two bugs when using ALTREP APIs. >> >> 1. STDVEC_DATAPTR >> >> From RInternal.h file it has a comment: >> >> /* ALTREP support */ >> > void *(STDVEC_DATAPTR)(SEXP x); >> >> >> However, this comment might not be true, the easiest way to verify it is >> to >> define a C++ function: >> &gt...
2019 May 16
0
ALTREP: Bug reports
...ow it is going. That said I don't think either of these are bugs, per se, but rather a misunderstanding of the API. Details inline. On Thu, May 16, 2019 at 11:57 AM ??? <szwjf08 at gmail.com> wrote: > Hello, > > I have encountered two bugs when using ALTREP APIs. > > 1. STDVEC_DATAPTR > > From RInternal.h file it has a comment: > > /* ALTREP support */ > > void *(STDVEC_DATAPTR)(SEXP x); > > > However, this comment might not be true, the easiest way to verify it is to > define a C++ function: > > void C_testFunc(SEXP a) > > { > >...
2019 May 16
0
ALTREP: Bug reports
...gt;> a misunderstanding of the API. Details inline. >> >> >> >> On Thu, May 16, 2019 at 11:57 AM ??? <szwjf08 at gmail.com> wrote: >> >>> Hello, >>> >>> I have encountered two bugs when using ALTREP APIs. >>> >>> 1. STDVEC_DATAPTR >>> >>> From RInternal.h file it has a comment: >>> >>> /* ALTREP support */ >>> > void *(STDVEC_DATAPTR)(SEXP x); >>> >>> >>> However, this comment might not be true, the easiest way to verify it is >>> to >>...