From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dk8TW-0006Fx-FA for guix-patches@gnu.org; Tue, 22 Aug 2017 08:40:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dk8TS-0005k4-Mp for guix-patches@gnu.org; Tue, 22 Aug 2017 08:40:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40069) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dk8TS-0005ja-Iu for guix-patches@gnu.org; Tue, 22 Aug 2017 08:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dk8TS-0002cd-BR for guix-patches@gnu.org; Tue, 22 Aug 2017 08:40:02 -0400 Subject: [bug#27977] [PATCH 1/2] services: herd: Fix matching ok responses from shepherd service. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170805222646.149cb45a@cbaines.net> <20170805213034.1012-1-mail@cbaines.net> Date: Tue, 22 Aug 2017 14:39:36 +0200 In-Reply-To: <20170805213034.1012-1-mail@cbaines.net> (Christopher Baines's message of "Sat, 5 Aug 2017 22:30:33 +0100") Message-ID: <87a82r7p4n.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 27977@debbugs.gnu.org Christopher Baines skribis: > Previously the match expression case for a successful response > (where error is #f) required that the result component contained a list w= ith a > single element. Good catch! Ludo=E2=80=99.