newLISP Fan Club

Forum => newLISP newS => Topic started by: Dmi on August 17, 2006, 07:45:31 AM

Title: set-nth trouble?
Post by: Dmi on August 17, 2006, 07:45:31 AM
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
>
Title:
Post by: Lutz on August 17, 2006, 08:40:36 AM
Thanks DMI, this is a dangerous one introduced in 8.8.0 with, this will be fixed shortly.



Lutz