Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - pda

#16
Anything else we might add? / Re: error in newlisp 10.7.1
September 26, 2020, 01:06:37 PM
here you are  https://pastebin.com/25z78mp3">https://pastebin.com/25z78mp3



it's ugly buggy code but not for the issue, you can see parens are balanced
#17
Anything else we might add? / Re: error in newlisp 10.7.1
September 26, 2020, 06:36:01 AM
parenthesis are balanced and code is checked both in several editors and repl



tests:

- code typed in newlisp GS editor and run from it

- code typed in external editor (geany and SciTE) and pasted into newlisp GS editor to run from it

- code typed in newlisp GS repl

- code type in newlisp repl  (started from cmd.exe console)

- code loaded in newlisp repl from text file edited in external editor, with command :  newslip.exe  file.lsp



allways parenthesis are balanced and allways I get the same error
#18
Anything else we might add? / Re: error in newlisp 10.7.1
September 25, 2020, 04:27:38 AM
same behaviour in 10.7.4
#19
Anything else we might add? / error in newlisp 10.7.1
September 25, 2020, 04:23:26 AM
sometimes newlisp 10.7.1 gets mad and is not able to parse s-expressions



I'm using newlisp-gs in windows 10 utf8 version, and sometimes when writting code in newlisp-gs editor it doen't match parenthesis properly and refuses to parse the expressions with weird error aparently related to encoding (even when typeing directly in editor!)



for example I got error like  ERR: missing parenthesis : "...oin fline ","))rn(close fo)rn(close f�F�"



the strange encoding reads (close fh) in code



same behaviour in console repl, with newlisp 10.7.1  run from windows cmd



anyone with similar problems?
#20
It should be great to add a main topic in board index to talk about bugs and weird things happening with newlisp



I don't kow of a bug tracking system for newlisp, is there any?