Joshua Warner
Joshua Warner
Hi robaho! This is exciting, thanks! Do you know what that other API you mentioned is, by chance (the one that requires signing)?
Oh, hmm... based on my (brief, incomplete) testing, it looks like calling `task_for_pid` requires SIP to be disabled, even when running as root. I didn't try a setuid bit, but...
Ah, interesting. I was testing against Google Chrome, which seems to have some additional anti-debugging protections enabled, and does require disabling SIP before listing the threads. When I try other...
@sunfishcode I'm happy to apply the refactoring you suggested above, but I'm looking for some input on which direction to take things.
For the `map` implementations, is there any way we can have those magically auto-generated by the compiler? Seems pretty silly to not generalize that.
I don't happen to have any projects that pull in capnproto in this fashion - I've previously just used direct cmake add_subdirectories, copy-pasta, and git submodules. Nasty, I know. One...
That's awesome! Tested & working on OS X 10.10.
I was only planning on testing on my primary dev platform (osx), since I'm not relying on this method of importing yet. So... :+1:
@pqu - is it possible to get this merged? IMHO, this does improve the general state of affairs, and while it's not perfect, we can always come back and _improve...
Hmm, can you help me understand what's behind the decision to only allow signed commits? I think that's a recent change? Given that this PR is already going thru a...