Page 1 of 1

Error in 10.7.6

Posted: Tue Dec 28, 2021 4:48 pm
by newdep
There is an error in 10.7.6 .. returns a lot of questions ;-)
Question is, is the question mark a legal type? of a missing type?
(or im i pushing into the blue here..;-)
newLISP v.10.7.6 64-bit on Linux IPv4/6 UTF-8 libffi, options: newlisp -h
Do it like this, else it wont error (double push) ->
> x
nil
>(push x x)
(?)
>(push x x)
any more text below and the forum returns an error... see the replys below

Re: Error in 10.7.6

Posted: Tue Dec 28, 2021 4:55 pm
by newdep
Sorry cant post here any more... again forum error..

Re: Error in 10.7.6

Posted: Tue Dec 28, 2021 4:57 pm
by newdep
newLISP v.10.7.6 64-bit on Linux IPv4/6 UTF-8 libffi, options: newlisp -h

Re: Error in 10.7.6

Posted: Tue Dec 28, 2021 4:58 pm
by newdep
>x
nil

Re: Error in 10.7.6

Posted: Tue Dec 28, 2021 4:58 pm
by newdep
>(push x x)
(?)

Re: Error in 10.7.6

Posted: Tue Dec 28, 2021 4:58 pm
by newdep
>(push x x)

Re: Error in 10.7.6

Posted: Tue Dec 28, 2021 4:59 pm
by newdep
((?) ?)

Re: Error in 10.7.6

Posted: Tue Dec 28, 2021 4:59 pm
by newdep
>(first x)

Re: Error in 10.7.6

Posted: Tue Dec 28, 2021 4:59 pm
by newdep
( ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
...
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Segmentation fault (core dumped)

Re: Error in 10.7.6

Posted: Tue Dec 28, 2021 8:13 pm
by ralph.ronnquist
Same behaviour in "newLISP v.10.7.5 64-bit on Linux IPv4/6 UTF-8 libffi, options: newlisp -h"

Re: Error in 10.7.6

Posted: Wed Dec 29, 2021 12:40 pm
by cameyo
newlisp 10.7.5. windows 10
(push x x)
(?)
(push x x)
((?) ?)
(first x)
(?)

Re: Error in 10.7.6

Posted: Wed Dec 29, 2021 1:36 pm
by ralph.ronnquist
My fully repeatable test is:

Code: Select all

> (push x x)
(?)
> (x 0 0)

ERR: list reference changed
> x

Re: Error in 10.7.6

Posted: Wed Dec 29, 2021 4:24 pm
by cameyo

Code: Select all

> (push x x)
(?)
> (x 0 0)
ERR: list reference changed
x
Boom