C For C's Sake
C For C's Sake
If you're going to support Async / Lwt, please see `conduit`: https://github.com/mirage/ocaml-conduit/
Why do you dislike the API in the `List` module? Here's another example, similarly guarded with a "TODO" comment about LRU, but probably a better example of where this would...
@brendanlong decompress can do streamed reads, and ZIP files afaik are continuous, so streaming read from a file should not be an issue. You could have a "paging" callback to...
Mate I don't think this repo is maintained.
I've added the branch to this repo. I don't really know what to do about `ocaml-inotify` (developed by whitequark, who does not seem to have any debian-related stuff in the...
Sttumbled upon this, - https://github.com/scylladb/charybdefs - article: http://www.scylladb.com/2016/02/16/fault-injection-filesystem-software-testing/ Their approach is slightly different, but I think some of their features are worth considering. (`kill -9` + testing resumption seems useful)
Speaking of which, there should be test cases for weird path elements like long names, funny charset encodings, broken charset encodings, etc. I suspect some of the rsync-based tools might...
I just got bitten by this :( https://github.com/ocaml/merlin/issues/824
Thank you for the review, I will try to get around to addressing this at some point and keep this updated. This PR is relevant to the discussion at https://github.com/QubesOS/qubes-issues/issues/1293...
@Rudd-O I am working on this on my own time (and am using this patch set as-is on my laptop), but if you are able to eventually allocate funds to...