David Sheets

Results 80 comments of David Sheets
trafficstars

I believe this will be addressed by lpw25/doc-ock-lib#2.

Yes, I guess I don't understand why blocking fds bother to call poll at all instead of just spawning a job and blocking inside that. `poll` can block on files...

Not yet done. This is still an open issue.

Unfortunately, the mime types database is technically correct (the best kind of correct). It's browsers that are stuck in 1998 with their poor mime type handling and mime alias facilities....

Yes, ACLs should be recorded in manifests/archives so that they can be persisted.

Hi, @bendiken, I believe that if you only require static arities on the OCaml side, using Ctypes's cstubs support (0.4.0+ iirc) should generate code that works without ABI restriction. If...

I don't think those functions are enough -- there is no explicit support for little endian afaik.

I need a `constant_opt` (or `macro_opt`?) function for macros that may not be defined which would introduce an `#ifdef` and return `None` if the macro is missing.

First, I put `-cclib -v` in the `ocamlopt` command line to get verbose linker output to see what the problem was. This produced something like: ``` Apple LLVM version 5.0...

I believe this is actually due to the instability of the topological sort in findlib. A patch is underway and a whole-scale replacement is begun.