Re: [Rd] Bug with `[<-.POSIXlt` on specific OSes

2022-10-11 Thread Kurt Hornik
> Davis Vaughan writes: > I've got a bit more information about this one. It seems like it > (only? not sure) appears when `TZ = "UTC"`, which is why I didn't see > it before on my Mac, which defaults to `TZ = ""`. I think this is at > least explainable by the fact that those "optional" fields

Re: [Rd] Bug with `[<-.POSIXlt` on specific OSes

2022-10-11 Thread Davis Vaughan
I've got a bit more information about this one. It seems like it (only? not sure) appears when `TZ = "UTC"`, which is why I didn't see it before on my Mac, which defaults to `TZ = ""`. I think this is at least explainable by the fact that those "optional" fields aren't technically needed when the t

Re: [Rd] Rscript -e EXPR fails to launch if stdin is closed

2022-10-11 Thread peter dalgaard
There's still 2 weeks till code freeze for 4.2.2, and porting the fix would be trivial. As long as there is no risk that someone will get the bright idea of changing a critical package to depend on R >= 4.2.2... - pd > On 10 Oct 2022, at 18:34 , Henrik Bengtsson > wrote: > > Thank you Peter

Re: [Rd] A potential POSIXlt->Date bug introduced in r-devel

2022-10-11 Thread Martin Maechler
> Davis Vaughan > on Fri, 7 Oct 2022 11:00:23 -0400 writes: > Martin, > FWIW, I scoured the docs using GitHub's new code search preview but can't > seem to find any reference to the fact that POSIXlt fields are internally > recycled (even though lubridate seems to have