Nicholas Hutchinson

Results 5 issues of Nicholas Hutchinson

This would probably involve: - extending kqueue to support `OVERLAPPED` I/O, waitable `HANDLE`s, `ThreadPoolTimer` timers, window `MSG`s. The UNIXy filters have semantics that are hard to emulate on Windows, so...

enhancement

The relevant unit test failure messages are here: https://gist.github.com/3903724

bug

libdispatch from OS X 10.9 is up at http://opensource.apple.com/release/os-x-109/ On first glance, it seems there's no new functionality but quite a lot of code changes, and possibly a fix for...

enhancement

It looks like dispatch i/o suppresses the SIGPIPE signal you get by write()-ing to a disconnected socket. This is nice, but no corresponding logic exists for Linux (which has no...

bug

I'm finding MSYS2's automatic mangling of environment variables1 2 when running native Win32 applications to be quite problematic. For example, any environment variable whose value begins with a forward slash...