Re: [Rd] bug with OutDec option and deferred_string altrep object

2018-10-09 Thread Tierney, Luke
This is now fixed in R-devel. Will port to R_patched in due course. R_inspect also now handles pairlists ending with dotted pairs. Best, luke On Tue, 9 Oct 2018, Tierney, Luke wrote: > Thanks for the report. The approach you outlines below should work -- > I'll look into it. > > Best, > > luke

[Rd] bug with OutDec option and deferred_string altrep object

2018-10-08 Thread Michael Sannella via R-devel
While implementing R's new 'altrep' functionality in the TERR engine, I discovered a bug in R's 'deferred_string' altrep object: it is not using the correct value of the 'OutDec' option when it expands a deferred_string. See the following example: R 3.5.1: (same results in R 3.6.0 devel engine bu

Re: [Rd] bug with OutDec option and deferred_string altrep object

2018-10-08 Thread Tierney, Luke
Thanks for the report. The approach you outlines below should work -- I'll look into it. Best, luke On Mon, 8 Oct 2018, Michael Sannella wrote: > While implementing R's new 'altrep' functionality in the TERR engine, > I discovered a bug in R's 'deferred_string' altrep object: it is not > using