Re: Phix fix
- Posted by petelomax 6 days ago
- 158 views
axtens_bruce said...
So I've installed Linux Phix in WSL and
I would need a newbie step-by-step guide that a four-year-old could follow to do that.
axtens_bruce said...
bugmagnet@LAPTOP-H6HBEGA9:/mnt/c/Users/bugma/Dropbox/Projects/phix-track$ bin/verify-exercises Checking acronym exercise... Checking affine-cipher exercise... Checking all-your-base exercise... /mnt/c/Users/bugma/Dropbox/Projects/phix-track/bin/run.exw:41 assertion failure --> see /mnt/c/Users/bugma/Dropbox/Projects/phix-track/bin/ex.err Press Enter...Checking allergies exercise... Checking alphametics exercise... [ALL THE REST ARE OK]
Let's get that fixed and we can move on to other things
assertion failure
I was expecting the assertion failure to be a bit more verbose
Line 41 appears to be assert(create_directory(tmp_dir),"cannot create directory "&tmp_dir).

