petelomax / Phix

The Phix Programming Language
http://phix.x10.mx/
Other
57 stars 2 forks source link

Strange Error when attempting to use 8.2 #2

Closed LamentConfiguration closed 3 years ago

LamentConfiguration commented 3 years ago

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.

petelomax commented 3 years ago

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.

LamentConfiguration commented 3 years ago

Looking forward to 0.8.2! Thanks for the prompt reply 👍

r-k-o commented 3 years ago

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

petelomax commented 3 years ago

0.8.2 has been uploaded

LamentConfiguration commented 3 years ago

Thank you!