set-nth trouble?

Started by Dmi, August 17, 2006, 07:45:31 AM

Previous topic - Next topic

Dmi

Hi, Lutz!



This looks like a list boundary crossing in set-nth:
newLISP v.8.9.3 on Linux, execute 'newlisp -h' for more info.

> (string? '())
nil
> (set-nth -1 '() 2)
()
> (string? '())
2
>
WBR, Dmi

Lutz

#1
Thanks DMI, this is a dangerous one introduced in 8.8.0 with, this will be fixed shortly.



Lutz