Re: dmd: [PATCH] Improve socket connection errors handling.

2014-04-10 Thread Cyprien Nicolas
Il y a environ 24 minutes, Ludovic Courtès écrivit : > I pushed a couple of patches that achieve the same result slightly > differently: ‘open-connection’ is left unchanged and it’s the caller’s > responsibility to handle any errors; clients use the new > ‘with-system-error-handling’ macro do handl

Re: dmd: [PATCH] Improve socket connection errors handling.

2014-04-10 Thread Ludovic Courtès
Cyprien Nicolas skribis: > My first patch for dmd :-) Very cool, welcome! :-) Those backtraces had been bothering me for a while too, so thanks for looking at it. > From 6e8f871198b661b631a319f3abaef71bc6269fb7 Mon Sep 17 00:00:00 2001 > From: Cyprien Nicolas > Date: Thu, 10 Apr 2014 10:07:0

dmd: [PATCH] Improve socket connection errors handling.

2014-04-10 Thread Cyprien Nicolas
My first patch for dmd :-) I thought about moving the interior format call to support.scm (caught-error), but I wanted to keep the patch simple, and not making two differents changes in one patch (error handling, support improvements). Comments welcome. -- Cyprien/Fulax From 6e8f871198b661b631a3