Stephen Mathieson

Results 130 comments of Stephen Mathieson

For now, we'd have to split the ccan repo into individual parts. Each lib would need its own repo and to specify its own `package.json` file (including its source/header files...

I like the import script idea, but it doesn't solve keeping the repos up-to-date with the upstream repository (e.g. this one). This likely isn't a huge deal, as we're already...

This won't work as neither `sophia.c` nor `sophia.h` are checked in to this repo. See [explanation of package.json](https://github.com/clibs/clib/wiki/Explanation-of-package.json) for reference, or [clibs/sophia](https://github.com/clibs/sophia) as an alternative.

hmm.. i haven't played with sophia, but i'm certainly interested

bump -- any thoughts?

Very strange -- I've got the same version: ``` $ valgrind --version valgrind-3.7.0 ```

Do you get the same successful results when running `valgrind --leak-check=full ./sophia-leak`?

Interesting. If you point me in the right direction, I can try my hand at a fix :)

maybe hacking `setvbuf`?