Re: Alpha 3 problems
- Posted by jeremy (admin) Mar 12, 2009
- 1045 views
- ed.ex don't runs. Tested on WinXP using ex.exe and exw.exe interpreters
The console freeze before the program show the filename prompt. ex.err file is not generated.
They worked ok for me, it my be something to do with me being an 'overwriter', I rarely uninstall and install the new one, so there could be some issues with old remaining includes, allowing it to work.
There was a definite problem, and just so others are aware, in 4.0a3 if you use ifdef ABCXYZ and forget the "then" keyword after it, it sends the interpreter into an endless loop. I forgot to add a check for EOF with a more recent change to the ifdef system. ed.ex just happened to have ifdef UNIX ... and the then was forgotten, so the bug was twofold, both of which have been corrected.
Jeremy