Re: [Rd] [External] Re: Bug in out-of-bounds assignment of list object to expression() vector

2024-04-05 Thread June Choe
v via R-devel wrote: > > > On Fri, 5 Apr 2024 08:15:20 -0400 > > June Choe wrote: > > > >> When assigning a list to an out of bounds index (ex: the next, n+1 > >> index), it errors the same but now changes the values of the vector > >> to NULL:

[Rd] Bug in out-of-bounds assignment of list object to expression() vector

2024-04-05 Thread June Choe
There seems to be a bug in out-of-bounds assignment of list objects to an expression() vector. Tested on release and devel. (Many thanks to folks over at Mastodon for the help narrowing down this bug) When assigning a list into an existing index, it correctly errors on incompatible type, and the e