Re: Euphoria 4.0 Alpha release date?
- Posted by ne1uno Sep 13, 2008
- 939 views
there are a few serious confusers in the docs which should be fixed before an alpha release:
- lack of std/ prefix to all the include statements in function signatures. note: EUDIR/include will contain 3.1 includes for the unwary.
- use of include memory.e in function signature instead of the correct include std/machine.e
several include files include both std/memory.e & std/machine.e
which prevents -D SAFE from working correctly. and is redundant anyway because all machine.e does now is pick either safe.e or memory.e to include based on if SAFE is defined.
std/os.e std/datetime.e std/filesys.e std/socket.e std/eds.e should all have include std/memory.e removed or replaced w/machine.e.