petelomax/Phix

Strange Error when attempting to use 8.2

LamentConfiguration opened this issue · 5 comments

I downloaded 8.1 and installed it per the instructions on the website.

I then downloaded a zip of the git repo, unzipped it, named it Phix (8.1 Phix to Phix_old) and copied pw.exe from the old to the new (8.2) file, and used the installation instructions to recompile the compiler using the 8.2 source.

p -test ran fine.

when i go to do pw edita.exw in the proper folder, it fails with the following:
image

I am also including the text from ex.err as per the screenshot.
ex.txt

This also occurred when I tried to run manip.exw from the pgui launched with pw. Except it was with regards to int and not bool.

If i messed up in some way with my attempt to "update" to 8.2 I apologize for making this mess of a post.

Ah, a release of 0.8.2 is way overdue... I'll pull me finger out!
On my internal copy, I simply commented out the whole type bool (3 lines), not that I can quite remember doing that, in case that helps any.

Looking forward to 0.8.2! Thanks for the prompt reply 👍

r-k-o commented

So do I. When is it coming?
I tried to compile from the sources - but it didn't work. It is missing JS in get_interpreter.e

0.8.2 has been uploaded

Thank you!