From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37531: =?UTF-8?Q?=E2=80=98%load-path=E2=80=99?= in shepherd is unnecessarily long Date: Thu, 03 Oct 2019 23:50:52 +0200 Message-ID: <87o8yxxzur.fsf@gnu.org> References: <87a7aqdx0g.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34171) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iG917-0007lf-IP for bug-guix@gnu.org; Thu, 03 Oct 2019 17:52:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iG916-0008ES-4M for bug-guix@gnu.org; Thu, 03 Oct 2019 17:52:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60796) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iG913-0008Bc-8W for bug-guix@gnu.org; Thu, 03 Oct 2019 17:52:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iG913-0002Cs-5t for bug-guix@gnu.org; Thu, 03 Oct 2019 17:52:05 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87a7aqdx0g.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 27 Sep 2019 09:22:07 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 37531-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > $ sudo herd eval root '(length %load-path)' > Evaluating user expression (length %load-path). > 119 Commit cdf9811d24b9c857cb79e0ddd38181862ec34bd3 fixes that at the level of =E2=80=98scheme-file=E2=80=99. Ludo=E2=80=99.