Re: Status of Euphoria 3.1.1?
- Posted by jimcbrown (admin) Aug 25, 2013
- 2035 views
I've never found any bugs in 3.1.1
Huh. Strange. There are plenty!
E.g. call_back() doesn't work in DOS. (This was fixed in an alpha version of Euphoria, before DOS support was dropped.)
dir() with wildcards doesn't work on non-DOS/Windows platforms.
Routine_id scoping is not consistent with regular symbol scoping (see http://scm.openeuphoria.org/hg/euphoria/rev/4a0c5285a717 for the fix and the 3.1.1 file with the bug in http://scm.openeuphoria.org/hg/euphoria/file/10a51702a65c/source/be_symtab.c )
Oh, and potential (but as far as is currently known, only theoretical) buffer overruns/overflows: http://sourceforge.net/p/rapideuphoria/mailman/message/22049975/ and http://sourceforge.net/p/rapideuphoria/mailman/message/22020214/ and http://sourceforge.net/p/rapideuphoria/mailman/message/22052048/ and http://sourceforge.net/p/rapideuphoria/mailman/message/22034321/ for examples.