Nicholas Hutchinson

Results 10 comments of Nicholas Hutchinson

I don't use GNUStep or OpenCFLite myself, so I'm not really sure how to proceed here. I do know that on iOS/OS X, dispatch_object_t's are also NSObjects -- I could...

Hi, sorry for the delayed response. I haven't really been following Swift development, but it sounds reasonable to me. Feel free to submit a PR!

Uh, yeah. *stares at shoes* I'd love to have time for this, especially to investigate and incorporate the dispatch i/o fixes. I might have some time in January.

I've finally got round to doing some work on this and it's mostly working. The Mavericks release leans more heavily on kqueue for its timer support than it did before,...

What's clang invoking in response to `i686-w64-mingw32-clang iHaveBlocks.c -fblocks -lBlocksRuntime`? i.e. can you retry that command with the `-v` flag? Does it work if instead of `-fblocks` you pass `-Xclang...

Is this still a problem with the new CMake build system?

Yes, but I lack the time at the moment. You could take a look at the dev branch, which is based on the 10.9 release and includes the introspection API....

Hi Lubos, I'm not familiar with GNUStep, and I'm not even terribly familiar with the Autotools build system that libdispatch uses, but I should have time to look into this...

It'd be easy enough to extend the FindCBlocks CMake module to look for GNUStep's runtime, and also make the choice of blocks runtime configurable. (Not quite sure how to do...

Ah okay, that's interesting. Is this ABI difference documented anywhere?