1. [Phix] When is 1.0.1 Coming Out?
- Posted by euphoric (admin) Nov 15, 2021
- 1229 views
Forked from Re: [Phix] Three Apps Sharing Data
Just recently I did https://rosettacode.org/wiki/IPC_via_named_pipe#Phix and that achieved 400K/s without me even trying.
I'm not able to run that example. It gives me an error.
I guess this is what 1.0.1 is for.
Looks like I need 1.0.1 to run the pipeio code.
2. Re: [Phix] When is 1.0.1 Coming Out?
- Posted by petelomax Nov 17, 2021
- 1134 views
I think I'm having one of those little episodes where I just can't get anything done...
3. Re: [Phix] When is 1.0.1 Coming Out?
- Posted by petelomax Nov 17, 2021
- 1135 views
<and clicking everything twice>
4. Re: [Phix] When is 1.0.1 Coming Out?
- Posted by ChrisB (moderator) Nov 18, 2021
- 1132 views
It's age.
5. Re: [Phix] When is 1.0.1 Coming Out?
- Posted by euphoric (admin) Nov 18, 2021
- 1092 views
I think I'm having one of those little episodes where I just can't get anything done...
Well snap out of it!
But no pressure...
I hope your health and happiness improve this holiday season.
That goes for all Euphoria programmers everywhere! 🎄🎅🤶ðŸŽâ›„
6. Re: [Phix] When is 1.0.1 Coming Out?
- Posted by euphoric (admin) Nov 18, 2021
- 1089 views
It's age.
You hush, little whipper snapper!
When I was your age, we were programming uphill both ways! 😂
7. Re: [Phix] When is 1.0.1 Coming Out?
- Posted by petelomax Nov 22, 2021
- 1010 views
Update: You can probably imagine my reaction when I opened the new version of GitHub Desktop last week and it told me there were 10,602 modifed files. Anyway, I figured it out (a new backup.0001 directory had been generated, which accounted for the 10K part), and have reviewed, summarised, and pushed changes up to the repository, but I haven't actually built or tested anything yet. Slowly getting there.
8. Re: [Phix] When is 1.0.1 Coming Out?
- Posted by katsmeow Nov 22, 2021
- 1045 views
I just recieved this console popup :
C:\Program Files (x86)\Phix\demo\window.exw:325 atom class ^Warning: assumed to be a variable_id, not a type
And then a 710KB err file was generated.
I was looking for instructions on how to somewhat replicate a windows explorer window.
Kat
PS , this just happened too:
C:\Program Files (x86)\Phix\demo\winwire.exw:683 atom class ^Warning: assumed to be a variable_id, not a type Press Enter, or d for diagnostics...
PPS : this just happened :
`C:\Program Files (x86)\Phix\demo\arwendemo` C:\Program Files (x86)\Phix\demo\arwendemo\demo_xpm.exw:230 include XPM_ICON.E ^ Cannot open XPM_ICON.E in C:\Program Files (x86)\Phix\demo\arwendemo\, C:\Program Files (x86)\Phix\, C:\Program Files (x86)\Phix\builtins\VM\, or C:\Program Files (x86)\Phix\builtins\.
9. Re: [Phix] When is 1.0.1 Coming Out?
- Posted by petelomax Nov 23, 2021
- 1027 views
C:\Program Files (x86)\Phix\demo\window.exw:325 atom class ^Warning: assumed to be a variable_id, not a type
Thanks, both of those had already been changed to hClass for the next release
PPS : this just happened :
include XPM_ICON.E ^ Cannot open XPM_ICON.E
Good catch, that was indeed still missing from my phix7zip.lst file, just added.
Copy from https://github.com/petelomax/Phix/blob/master/demo/arwendemo/XPM_ICON.E if you need it quick.
10. Re: [Phix] When is 1.0.1 Coming Out?
- Posted by katsmeow Nov 23, 2021
- 997 views
You might want to run a test suite on all of them, i didn't post all the errors here.
Kat
11. Re: [Phix] When is 1.0.1 Coming Out?
- Posted by petelomax Nov 23, 2021
- 971 views
You might want to run a test suite on all of them.
No thanks. Gotta leave you guys something to do.
Seriously, there are way over 500, possibly even 1,000 demos.
Delaying every release by 2 weeks or maybe 2 months is not worth it.
Everything that should be in "p -test" is, everything else, tough.
It is faster, and better, to ship, then apologise, and then re-ship.
Besides, it is what the rest of the world does these days anyway.
I didn't post all the errors here.
Then those probably won't ever get fixed.
12. Re: [Phix] When is 1.0.1 Coming Out?
- Posted by katsmeow Nov 24, 2021
- 981 views
I didn't post all the errors here.
Then those probably won't ever get fixed.
I honestly thought a long list of bugs would look bad for you. I say "long list", but stopped counting, and then stopped testing, to avoid making a long list. Besides, i wasn't looking for bugs, i was looking for how to make a window and puts(window,x,y,"this test").
Kat