1. Euphoria 4.0.1 Released
- Posted by mattlewis (admin) Mar 30, 2011
- 1549 views
Euphoria v4.0.1 has been released. This is a bug fix release, with many bugs fixed and a few enhancements to the standard library.
See the Release Notes for details.
2. Re: Euphoria 4.0.1 Released
- Posted by ChrisB (moderator) Mar 30, 2011
- 1460 views
Hi
Just tried the latest 4.0.1 zip release on windows
Was previoulsy using eui 4.0.0 (R4618M) both eui and euiw
Interpreted loading time has jumped for a simple arwen or win32lib program from 4 seconds to about 40.
File size has increased from 525 odd kb to 1.7Mb
I've gone back to the speedy ones for now.
Chris
3. Re: Euphoria 4.0.1 Released
- Posted by mattlewis (admin) Mar 30, 2011
- 1449 views
Hi
Just tried the latest 4.0.1 zip release on windows
Was previoulsy using eui 4.0.0 (R4618M) both eui and euiw
Interpreted loading time has jumped for a simple arwen or win32lib program from 4 seconds to about 40.
File size has increased from 525 odd kb to 1.7Mb
I've gone back to the speedy ones for now.
I built the zip file. I suppose the file size is probably that the previous release must have used upx. I did not. The slowdown in startup surprises me, though. I just tested on a win32lib demo and got the same result. Wow...
Matt
4. Re: Euphoria 4.0.1 Released
- Posted by mattlewis (admin) Mar 30, 2011
- 1476 views
Interpreted loading time has jumped for a simple arwen or win32lib program from 4 seconds to about 40.
I've gone back to the speedy ones for now.
I just tested on a win32lib demo and got the same result. Wow...
The cause of the slow down has been found and fixed. I suspect 4.0.2 will be released pretty quickly...
Matt
5. Re: Euphoria 4.0.1 Released
- Posted by Vinoba Mar 30, 2011
- 1482 views
I don't know how much time you have had to test 4.0.1 with Winlib and with the wxEuphoria. Anyway, when convenient, I am hoping for a firm statement from you about which library to use and which works well and what bugs remain to be ironed out, etc. There is no hurry, but hopefully, you or somebody else can advise us in the next month or so. Also, if possible, the URL to the exact version to use. Many thanks.
Forked into: GUI Library Choice
6. Re: Euphoria 4.0.1 Released
- Posted by jaygade Mar 30, 2011
- 1437 views
Interpreted loading time has jumped for a simple arwen or win32lib program from 4 seconds to about 40.
I've gone back to the speedy ones for now.
I just tested on a win32lib demo and got the same result. Wow...
The cause of the slow down has been found and fixed. I suspect 4.0.2 will be released pretty quickly...
Matt
So what was it? I don't see any tickets or commits or anything...
7. Re: Euphoria 4.0.1 Released
- Posted by mattlewis (admin) Mar 30, 2011
- 1445 views
The cause of the slow down has been found and fixed. I suspect 4.0.2 will be released pretty quickly...
So what was it? I don't see any tickets or commits or anything...
The problem was with canonical_path().
Here was the changeset.
Matt
8. Re: Euphoria 4.0.1 Released
- Posted by jaygade Mar 30, 2011
- 1467 views
Okay, thanks. I guess that I just didn't think that it was that.
Bugs hide in the weirdest places sometimes.