Re: Euphoria 4.0 Alpha release date?

new topic     » goto parent     » topic index » view thread      » older message » newer message

there are a few serious confusers in the docs which should be fixed before an alpha release:

  1. lack of std/ prefix to all the include statements in function signatures. note: EUDIR/include will contain 3.1 includes for the unwary.
  2. 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. 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu