On 15/06/2012, at 4:36 PM, john skaller wrote:

> In this Windows build this error:


As a first step in regularising (is  that  a word?) file handling 
the standard library will now say:

include "std/io/faio";
include "std/io/socket";
include "std/io/stream";

These were previously commented out due to a compiler bug
which failed to remove unused variables. These files create
a clock and job queue object required for async IO which was
not only polluting generated code, it was also forcing linking
with flx_arun and including all the async I/O infra-structure
even though it wasn't being used.

Since that bug appears to have been fixed now, I am re-including
these files.

in turn this means it is no longer necessary (or desirable)
to manually include them in any code.

This should ensure a consistent view of the library, and help
get the filename issue resolved.

--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to