
23 Mar
2010
23 Mar
'10
9:30 a.m.
On Tue, Mar 23, 2010 at 9:27 AM, Bas van Dijk
On Tue, Mar 23, 2010 at 2:13 PM, Sebastiaan Visser
wrote: Nice! This is certainly worth it.
I'm glad you like it.
Sebastiaan, I made the same mistake as threadmanager does: I forgot to block before installing the deleteMyPid exception handler in the forked thread. I added a new patch that adds the necessary block and unblock: http://bifunctor.homelinux.net/~bas/salvia/
BTW What's the git equivalent of 'darcs send -o <filename>' which saves the patches to <filename>? I would rather send my patches as email attachements instead of copying my repository to my webserver. (Note this is the first time I used git)
I use ' git format-patch origin'. -- gwern