Error in 10.7.6
Error in 10.7.6
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
			
			
													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
					Last edited by newdep on Tue Dec 28, 2021 5:04 pm, edited 10 times in total.
									
			
									-- (define? (Cornflakes))
						Re: Error in 10.7.6
Sorry cant post here any more... again forum error..
			
			
													
					Last edited by newdep on Tue Dec 28, 2021 5:00 pm, edited 1 time in total.
									
			
									-- (define? (Cornflakes))
						Re: Error in 10.7.6
newLISP v.10.7.6 64-bit on Linux IPv4/6 UTF-8 libffi, options: newlisp -h
			
			
									
									-- (define? (Cornflakes))
						Re: Error in 10.7.6
( ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
...
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Segmentation fault (core dumped)
			
			
									
									? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
...
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Segmentation fault (core dumped)
-- (define? (Cornflakes))
						- 
				ralph.ronnquist
 - Posts: 228
 - Joined: Mon Jun 02, 2014 1:40 am
 - Location: Melbourne, Australia
 
Re: Error in 10.7.6
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
newlisp 10.7.5. windows 10
(push x x)
(?)
(push x x)
((?) ?)
(first x)
(?)
			
			
									
									
						(push x x)
(?)
(push x x)
((?) ?)
(first x)
(?)
- 
				ralph.ronnquist
 - Posts: 228
 - Joined: Mon Jun 02, 2014 1:40 am
 - Location: Melbourne, Australia
 
Re: Error in 10.7.6
My fully repeatable test is:
			
			
									
									
						Code: Select all
> (push x x)
(?)
> (x 0 0)
ERR: list reference changed
> xRe: Error in 10.7.6
Code: Select all
> (push x x)
(?)
> (x 0 0)
ERR: list reference changed
x