From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56382) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP7EO-0002V6-RP for guix-patches@gnu.org; Thu, 16 Apr 2020 12:19:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP7EE-00052X-Ob for guix-patches@gnu.org; Thu, 16 Apr 2020 12:19:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55868) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP7EE-00052R-LY for guix-patches@gnu.org; Thu, 16 Apr 2020 12:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jP7EE-00049x-Hu for guix-patches@gnu.org; Thu, 16 Apr 2020 12:19:02 -0400 Subject: bug#40647: [PATCH] shepherd: remove local call/ec definition. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200415180958.1983-1-gfleury@disroot.org> Date: Thu, 16 Apr 2020 18:18:16 +0200 In-Reply-To: <20200415180958.1983-1-gfleury@disroot.org> (guy fleury iteriteka's message of "Wed, 15 Apr 2020 20:09:58 +0200") Message-ID: <87k12fh0af.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: guy fleury iteriteka Cc: 40647-done@debbugs.gnu.org Hi, guy fleury iteriteka skribis: > Tests pass with guile 2.2 and 3.0. > I haven't test it with guile 2.0 version. 2.0 has =E2=80=98call/ec=E2=80=99 as well, so it should be fine. > * modules/shepherd/args.scm(module): import (ice-9 control) module. > * modules/shepherd/service.scm: Likewise. > * modules/shepherd/support.scm(call/ec): remove call/ec definition and > his exportation. I adjusted the commit log and pushed, thanks! Ludo=E2=80=99.