[Rcpp-devel] Subsetter uses int for indexing (among other issues)?
William Nolan
will at landale.net
Thu Nov 8 06:45:46 CET 2018
Thanks, guys.
I submitted issue #919 <https://github.com/RcppCore/Rcpp/issues/919> with a
small-ish test case showing the issue.
Will take a look at what's necessary to address. I see subsetting is in
the unit tests, but this is a funny one in that verifying the fix works
there would require a big chunk of memory (16GB, i.e. 2^31 * 8 bytes for a
Numeric) to be present on the tester's machine -- seems excessive.
Maybe it's enough for the fix to pass the existing unit tests, and pass the
testbed I put in the github issue. Anyway, TBD
On Thu, Nov 8, 2018 at 11:30 AM, Dirk Eddelbuettel <edd at debian.org> wrote:
>
> On 8 November 2018 at 09:19, William Nolan wrote:
> | Thanks. Will put together a small working example and file it. I might
> even attempt a fix in my copious free time ;-).
>
> Awesome :)
>
> We'll help. Small steps and iterations work well.
>
> Dirk
>
> --
> http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20181108/5151a2b8/attachment-0001.html>
More information about the Rcpp-devel
mailing list