From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 2KYTE9TWAWQdCQAAbAwnHQ (envelope-from ) for ; Fri, 03 Mar 2023 12:15:32 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id GAgJE9TWAWQdVgEA9RJhRA (envelope-from ) for ; Fri, 03 Mar 2023 12:15:32 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 29FBF13BAE for ; Fri, 3 Mar 2023 12:15:32 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pY3NT-00063V-Vp; Fri, 03 Mar 2023 06:15:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pY3NP-00062c-Dc for bug-guix@gnu.org; Fri, 03 Mar 2023 06:15:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pY3NO-0000oC-QD for bug-guix@gnu.org; Fri, 03 Mar 2023 06:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pY3NO-000266-EY for bug-guix@gnu.org; Fri, 03 Mar 2023 06:15:02 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#61343: bug#61574: bug#61343: bug#61574: [PATCH v2] scripts: repl: Extend REPL %load-path with all channels. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 03 Mar 2023 11:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61343 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Simon Tournier Cc: 61574@debbugs.gnu.org, Josselin Poiret , 61343@debbugs.gnu.org, iyzsong@envs.net, Andrew Tropin Received: via spool by 61343-submit@debbugs.gnu.org id=B61343.16778420537988 (code B ref 61343); Fri, 03 Mar 2023 11:15:02 +0000 Received: (at 61343) by debbugs.gnu.org; 3 Mar 2023 11:14:13 +0000 Received: from localhost ([127.0.0.1]:59800 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pY3Ma-00024h-QD for submit@debbugs.gnu.org; Fri, 03 Mar 2023 06:14:13 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44790) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pY3MY-00024O-Ex; Fri, 03 Mar 2023 06:14:10 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pY3MS-0000i5-8K; Fri, 03 Mar 2023 06:14:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=QIKD2EBmikXYbHT8ZFBbGjMrsBmmTa813UCmiKiPj8c=; b=j2G1rwzG1ZptmtbClCOe sbWjejHZi+A8HtTAbhH5ldT1eZIi97i4GdDXRWEDR36eFduKHwmYAYmrNQ5INdY93XkaFg90YY1+t Aatme2uEtUBlLGLbaPaX9mjnZkNefVCP6tvgVsWlswNNR91FRUCSqICOjq1atzRHuDfs/MYFy/DLg Uy88zHtk9n70gLu5k0qosFd2TsaXbJ58har8PDtjssHLkhv0FembcbrwQPlZUAe0U2NN6g9AmVQtE 6ccssI1hQ/EF52Iy3TjDndviN/cxsxIitEmawxTdXlSbwBudryx4GpnzskQH68VFMo4v4PfJUyAln WAX1weP9zGiEog==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pY3MQ-0003we-O6; Fri, 03 Mar 2023 06:14:03 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230217145627.85062-1-zimon.toutoune@gmail.com> <87sferky1k.fsf@gnu.org> <87o7pbs1xn.fsf@trop.in> <87cz5rdjew.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Tridi 13 =?UTF-8?Q?Vent=C3=B4se?= an 231 de la =?UTF-8?Q?R=C3=A9volution,?= jour de la Fumeterre X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 03 Mar 2023 12:14:00 +0100 In-Reply-To: <87cz5rdjew.fsf@gmail.com> (Simon Tournier's message of "Thu, 02 Mar 2023 20:48:07 +0100") Message-ID: <875ybixf2f.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677842132; a=rsa-sha256; cv=none; b=KSl/jjKSNQBnTG314clSB9aXPhyqFKFjPE6vOXRbTGsx/5uP8H+5q1RodjkW8WUnZ7jQjs f7peqmXgqLbLX+5wZmGOhoWpu63BmGSYte7zR+a0QJGj4/Pi5OCGXwMo7hxDbJjU93X09R hg3P/w3ch0SPOFANFEKJV8CLUJh2QBLZ4VqSgVGXhGS7o4bNBkVjpZAIN4NnpUj/96W3d/ bJNWPwkvDit1LnaHoblbDeKK24l2hsCKQgMOMOaP5f3IAuFTegpF1I7vvcAeK7lPfHrp9i 4LNGRDsAxoFrUIrb7W4bKNnLXM1PuoCyXuYK3ykYJ05w1QOFbJz27EYLefcJng== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=j2G1rwzG; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1677842132; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=QIKD2EBmikXYbHT8ZFBbGjMrsBmmTa813UCmiKiPj8c=; b=OS8eROTfJYgV1L8nspvtlPj02aSLt65LDwakbdLAQE1D2Oqo1IA4a30jySAwyslR0rsOKb ryiwT+boat2Tsdfty1atlO8wPcCJ1B3zCjeUZJ1aaQP23DR0nVyTpFprB2bWf2hCn+hmGR T78VU5D9jwH68kW/fBDk5YhTuwMo/5WvEgwFdbtNlIEkan+OxsfLQhhkzvzER8Lwb/z4L5 4D5etCHYQhC6tJH1BSsAKFFWP74ukpdQFtSHTLpCfeHNu29JvVs2ckRrYBGGDQSpzKADXk iziHRZPTq9kFH3iOgRaTJq+ljT/eIkB7URKHxt2P5l8d8/Ph7if1HziIIjS0Aw== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -1.10 X-Spam-Score: -1.10 X-Migadu-Queue-Id: 29FBF13BAE Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=j2G1rwzG; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org X-TUID: eopE3hf0Bpz6 Simon Tournier skribis: > 1 file changed, 3 insertions(+), 3 deletions(-) > guix/scripts/repl.scm | 6 +++--- > > modified guix/scripts/repl.scm > @@ -27,7 +27,7 @@ (define-module (guix scripts repl) > #:use-module (srfi srfi-37) > #:use-module (ice-9 match) > #:use-module (rnrs bytevectors) > - #:autoload (guix describe) (current-profile) > + #:autoload (gnu packages) (%package-module-path) > #:autoload (system repl repl) (start-repl) > #:autoload (system repl server) > (make-tcp-server-socket make-unix-domain-server-socket) > @@ -193,7 +193,7 @@ (define script > ;; 'set-program-arguments'. This in turn ensures that > ;; (%package-module-path) will contain entries for the channels > ;; available in the current profile. > - (current-profile) > + (%package-module-path) Per the comment right above, this change would break the program name memoization, wouldn=E2=80=99t it? Ludo=E2=80=99.