From unknown Fri Aug 15 14:18:03 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#56089 <56089@debbugs.gnu.org> To: bug#56089 <56089@debbugs.gnu.org> Subject: Status: [PATCH] refresh: Repurpose '-L' for '--load-path'. Reply-To: bug#56089 <56089@debbugs.gnu.org> Date: Fri, 15 Aug 2025 21:18:03 +0000 retitle 56089 [PATCH] refresh: Repurpose '-L' for '--load-path'. reassign 56089 guix-patches submitter 56089 Ludovic Court=C3=A8s severity 56089 normal tag 56089 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 19 09:33:24 2022 Received: (at submit) by debbugs.gnu.org; 19 Jun 2022 13:33:24 +0000 Received: from localhost ([127.0.0.1]:50918 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2v3M-0005mh-4G for submit@debbugs.gnu.org; Sun, 19 Jun 2022 09:33:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:47896) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2v3K-0005mZ-GL for submit@debbugs.gnu.org; Sun, 19 Jun 2022 09:33:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55676) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2v3K-0005XR-9h for guix-patches@gnu.org; Sun, 19 Jun 2022 09:33:22 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56874) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2v3K-00084T-1H; Sun, 19 Jun 2022 09:33:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=89TvcG5m2r46HEHGiA3N5HSfaUxuVlC0CUTubu8IlGs=; b=XR2q6s4+7rcmT8 9UVlJNazDHcjyDHCWk3+GKYTrr+SragGoW2xzVqqjECJXl8QHcvTs4a0ufGYfvgx45COc9vjLW7n4 JGDtlNLLNuWRJkpbHs/sfzJ9V2mF880PJn6NY3gmTW8Nm7kdjQn8NmvgH4DzNpUS8asywQXA8cWE5 eWlymZ8oY9nZq64srLhlSBvwf8NbYsgTqnvC5wFMthPvPg4x46quI88KQaBnxLeDo8PRNfY6A8GhX QBqXr+6jsX1YuxhLpDoXCzCDafwQ8O+1j+Yj9tW4gIZpkusJFCGAOoLHyLlQqj4g8PcmESrN/RrAt utYH49fDWyOwDZjtA9wQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54779 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o2v3J-0002kt-Kx; Sun, 19 Jun 2022 09:33:21 -0400 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= To: guix-patches@gnu.org Subject: [PATCH] refresh: Repurpose '-L' for '--load-path'. Date: Sun, 19 Jun 2022 15:33:13 +0200 Message-Id: <20220619133313.2271-1-ludo@gnu.org> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Ludovic=20Court=C3=A8s?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) This incompatible change fixes an inconsistency with other commands where '-L' is short for '--load-path'. * guix/scripts/refresh.scm (%options): Add --load-path option from %STANDARD-BUILD-OPTIONS. Remove #\L shortcut for --list-updaters, and remove --load-path option that lacked the #\L shortcut. (show-help): Update accordingly. * doc/guix.texi (Invoking guix refresh): Update accordingly. --- doc/guix.texi | 2 +- guix/scripts/refresh.scm | 22 ++++++---------------- 2 files changed, 7 insertions(+), 17 deletions(-) Hi! This patch fixes a CLI inconsistency. It introduces an incompatibility, but one that's probably acceptable: '--list-updaters' is rarely used. Commit 21f4fbdd8453e489fb89825c4226a0a0bda2bc17 purposefully introduced '--load-path' without the '-L' shorthand; in hindsight, reclaiming '-L' for '--load-path' sounds preferable to me. Objections? Ludo'. diff --git a/doc/guix.texi b/doc/guix.texi index 86348fc02c..43b550311d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -13715,7 +13715,6 @@ gnu/packages/emacs.scm:856:13: emacs-auctex would be upgraded from 11.88.6 to 11 @end example @item --list-updaters -@itemx -L List available updaters and exit (see @option{--type} above). For each updater, display the fraction of packages it covers; at the @@ -13846,6 +13845,7 @@ the user whether to download it or not. This is the default behavior. Use @var{host} as the OpenPGP key server when importing a public key. @item --load-path=@var{directory} +@itemx -L @var{directory} Add @var{directory} to the front of the package module search path (@pxref{Package Modules}). diff --git a/guix/scripts/refresh.scm b/guix/scripts/refresh.scm index 4d52200b84..14329751f8 100644 --- a/guix/scripts/refresh.scm +++ b/guix/scripts/refresh.scm @@ -81,7 +81,10 @@ (define %options (names (map string->symbol (string-tokenize arg not-comma)))) (alist-cons 'updaters names result)))) - (option '(#\L "list-updaters") #f #f + (find (lambda (option) + (member "load-path" (option-names option))) + %standard-build-options) + (option '("list-updaters") #f #f (lambda args (list-updaters-and-exit))) (option '(#\m "manifest") #t #f @@ -119,19 +122,6 @@ (define %options (leave (G_ "unsupported policy: ~a~%") arg))))) - ;; The short option -L is already used by --list-updaters, therefore - ;; it needs to be removed from %standard-build-options. - (let ((load-path-option (find (lambda (option) - (member "load-path" - (option-names option))) - %standard-build-options))) - (option - (filter (lambda (name) (not (equal? #\L name))) - (option-names load-path-option)) - (option-required-arg? load-path-option) - (option-optional-arg? load-path-option) - (option-processor load-path-option))) - (option '(#\h "help") #f #f (lambda args (show-help) @@ -160,7 +150,7 @@ (define (show-help) -t, --type=UPDATER,... restrict to updates from the specified updaters (e.g., 'gnu')")) (display (G_ " - -L, --list-updaters list available updaters and exit")) + --list-updaters list available updaters and exit")) (display (G_ " -l, --list-dependent list top-level dependent packages that would need to be rebuilt as a result of upgrading PACKAGE...")) @@ -182,7 +172,7 @@ (define (show-help) used when 'key-download' is not specified")) (newline) (display (G_ " - --load-path=DIR prepend DIR to the package module search path")) + -L, --load-path=DIR prepend DIR to the package module search path")) (newline) (display (G_ " -h, --help display this help and exit")) base-commit: 7f208f68dea828fe02718ca8ce81d5975136cff8 -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 19 10:49:49 2022 Received: (at 56089) by debbugs.gnu.org; 19 Jun 2022 14:49:49 +0000 Received: from localhost ([127.0.0.1]:52826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2wFJ-0006PM-3r for submit@debbugs.gnu.org; Sun, 19 Jun 2022 10:49:49 -0400 Received: from baptiste.telenet-ops.be ([195.130.132.51]:38822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2wFH-0006PB-9F for 56089@debbugs.gnu.org; Sun, 19 Jun 2022 10:49:47 -0400 Received: from [172.20.10.5] ([213.119.131.175]) by baptiste.telenet-ops.be with bizsmtp id l2pl2700B3nCYQt012plZW; Sun, 19 Jun 2022 16:49:46 +0200 Message-ID: <8b850c88e51d9ec9f31d0e6477409156a1035a21.camel@telenet.be> Subject: Re: [bug#56089] [PATCH] refresh: Repurpose '-L' for '--load-path'. From: Maxime Devos To: Ludovic =?ISO-8859-1?Q?Court=E8s?= , 56089@debbugs.gnu.org Date: Sun, 19 Jun 2022 16:49:45 +0200 In-Reply-To: <20220619133313.2271-1-ludo@gnu.org> References: <20220619133313.2271-1-ludo@gnu.org> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-CiJUtZm7kKl/PUm+JEpx" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1655650186; bh=kfl23fZpb7/e9CK7BBXFxFH+IQF0TE8Z2qBo5OlDcD4=; h=Subject:From:To:Date:In-Reply-To:References; b=CXhgjxdeO0cktAYc6m9jUYiP+cJ21Ksw83aLvx13ORzzeGLrF/myJXL2J3oQmoYLu AtpOQ/56opvdORTYQWp2dRPXTCqTF8VBbHfMxmZPQzibiqk3TFws9OebRKmwrCDSZi rfv/LCkJQzwQ++E3B5s/ugYWk6UbRK7Yc1ixSRLBNJ511qITrhfYiOj94aK54uMOOR Trs7mChRH/76CcDEDLPFAGHe+iq3YN1F/HYb5rRipM5PfDtwNfqeXxBzJMfvK3kXe0 xPyAYDbr3afJB9sTLqC+D2j8ll7DEk/TDE0XbclfEc4QOHze/jlTnMCOxbZqj3MdKA wsFk/S2q2x99g== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56089 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-CiJUtZm7kKl/PUm+JEpx Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s schreef op zo 19-06-2022 om 15:33 [+0200]: > This incompatible change fixes an inconsistency with other commands > where '-L' is short for '--load-path'. Seems nice, but because it's an incompatible change, maybe a short channel news entry would be good? Greetings, Maxime. --=-CiJUtZm7kKl/PUm+JEpx Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYq83iRccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7uATAQD8Z1H5au6eCkElxG5pKVoyAJs/ 6OclHSUOCwrnqEsinQD9H+u9cJCTYadatpR6KWzfDfnKtF2PjP2hhGx0hOKu6wU= =FFE3 -----END PGP SIGNATURE----- --=-CiJUtZm7kKl/PUm+JEpx-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 19 10:54:29 2022 Received: (at submit) by debbugs.gnu.org; 19 Jun 2022 14:54:29 +0000 Received: from localhost ([127.0.0.1]:52835 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2wJo-0006Wd-Sb for submit@debbugs.gnu.org; Sun, 19 Jun 2022 10:54:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:56254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2wJn-0006WW-3t for submit@debbugs.gnu.org; Sun, 19 Jun 2022 10:54:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42500) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2wJm-0000l9-QX for guix-patches@gnu.org; Sun, 19 Jun 2022 10:54:26 -0400 Received: from tobias.gr ([2a02:c205:2020:6054::1]:59512) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2wJk-0005hH-0f; Sun, 19 Jun 2022 10:54:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=CNV63+SPepKkF 5V/9aewCRCeJlOrmAdXnUZ6dLh8VBo=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=XRLoG3HbLsBh++ilx7FrVmntwSszNTQxCgaeVt 8Wn33NCtmi8M04rBUYkbKm50NmzbxVo8pglmnuYVa0k+bapePslLz7tOh586uvDEMJDnmI FpVymIyMisC59Dykq2b5e15Q0M0DpOGDSh+lBL7H3V26ZDPOV8d2qQvkQqhqJlZ0pWDUkJ ZQ+gv62eu+u5kOKepdmqufMVfGbPMhdd1f0HZKMry9OaSiP4AEauXWClFiIM6mgWqsphRF 0Bs7HK6OsSjMcpu+9KbOlUzLzUKZpME8B0oyUDFgjlnVlJ6iUAORRRZcRCz/SrV42wyNya KQsIlnUU5fyarl2XlKvTy3Ag== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 6e5a6602 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 19 Jun 2022 14:54:18 +0000 (UTC) References: <20220619133313.2271-1-ludo@gnu.org> From: Tobias Geerinckx-Rice To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#56089] [PATCH] refresh: Repurpose '-L' for '--load-path'. Date: Sun, 19 Jun 2022 16:41:43 +0200 In-reply-to: <20220619133313.2271-1-ludo@gnu.org> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87zgi83dpa@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: submit Cc: 56089@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s =E5=86=99=E9=81=93=EF=BC=9A > Objections? Absolutely not. I can't imagine anyone using =E2=80=98guix refresh=20 =2D-list-updaters=E2=80=99 in scripts. If somebody (=3Dagain, not me) does object (=3Da thing I definitely=20 will not be doing), I'd still make the change but special-case an=20 =E2=80=98-L=E2=80=99 as the last argument as a deprecated alias for=20 =E2=80=98--list-updaters=E2=80=99. With a big fat warning that it will st= op=20 working one day. Thanks! T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYq844Q0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15A34BAPkPOCXSjN/dKXuY8rKFIjjF/pGTAHkUO7It0EQc E4aHAP40pAp/+xgqGcOVuhgsbNpv2VrA7Ztjm1NgflCQwSmMDA== =/vfi -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 20 03:32:59 2022 Received: (at 56089) by debbugs.gnu.org; 20 Jun 2022 07:33:00 +0000 Received: from localhost ([127.0.0.1]:53977 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3Bu7-0003Dh-Nb for submit@debbugs.gnu.org; Mon, 20 Jun 2022 03:32:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3Bu2-0003DR-2R for 56089@debbugs.gnu.org; Mon, 20 Jun 2022 03:32:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43466) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3Btv-0002sv-HB; Mon, 20 Jun 2022 03:32:47 -0400 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=4JFVo4b5OhGCsByM0htXC2K5mFBEWiqXC3an1YuRCYE=; b=g6doZ7UkgO8ln8HDtxFg 0Bho0yvMAomEPNknc9JwrCdUaLfx4ejI3Sk9TEyb3YF5wHaaQKAc/RTOk+QK/SImjO6Ehu8NgKfuX Vfu8YZtSpiz4eHqvI1gs7DjyyCxcouDC+6u3Sqxou42My0xZb79THFQZ2wNnXRkTlkyElbxg/shUw 9ZJoNPwZluh2EDCmBc/wgrxRCLMJ0r897CZRjiQYyN6DOqc+FxEm6sw1YFgJ3pdPcOxhKzs7bRL5M XPo3MAAbZmh3BuLV8AhogMzLdBoiDacZzh+iLeznefrVFTRzv9O+PBYnhhcxk8jO02zSH+Z1IgyLB HCBZtBDmbEei1Q==; Received: from [193.50.110.205] (port=48564 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3Btt-0007Gh-Pz; Mon, 20 Jun 2022 03:32:47 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Maxime Devos Subject: Re: [bug#56089] [PATCH] refresh: Repurpose '-L' for '--load-path'. References: <20220619133313.2271-1-ludo@gnu.org> <8b850c88e51d9ec9f31d0e6477409156a1035a21.camel@telenet.be> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Duodi 2 Messidor an 230 de la =?utf-8?Q?R=C3=A9volut?= =?utf-8?Q?ion=2C?= jour de l'Avoine 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: Mon, 20 Jun 2022 09:32:43 +0200 In-Reply-To: <8b850c88e51d9ec9f31d0e6477409156a1035a21.camel@telenet.be> (Maxime Devos's message of "Sun, 19 Jun 2022 16:49:45 +0200") Message-ID: <878rprbxic.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56089 Cc: 56089@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Maxime Devos skribis: > Ludovic Court=C3=A8s schreef op zo 19-06-2022 om 15:33 [+0200]: >> This incompatible change fixes an inconsistency with other commands >> where '-L' is short for '--load-path'. > > Seems nice, but because it's an incompatible change, maybe a short > channel news entry would be good? Since this is very much an edge case, I=E2=80=99m not sure it=E2=80=99s wor= th it, but no strong opinion. Thoughts? Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 20 07:05:35 2022 Received: (at 56089) by debbugs.gnu.org; 20 Jun 2022 11:05:35 +0000 Received: from localhost ([127.0.0.1]:54528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3FDq-00056o-Ug for submit@debbugs.gnu.org; Mon, 20 Jun 2022 07:05:35 -0400 Received: from flashner.co.il ([178.62.234.194]:49922) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3FDp-00056c-2O for 56089@debbugs.gnu.org; Mon, 20 Jun 2022 07:05:33 -0400 Received: from localhost (unknown [141.226.14.191]) by flashner.co.il (Postfix) with ESMTPSA id 55A544021C; Mon, 20 Jun 2022 11:05:27 +0000 (UTC) Date: Mon, 20 Jun 2022 14:04:54 +0300 From: Efraim Flashner To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#56089] [PATCH] refresh: Repurpose '-L' for '--load-path'. Message-ID: Mail-Followup-To: Efraim Flashner , Ludovic =?utf-8?Q?Court=C3=A8s?= , Maxime Devos , 56089@debbugs.gnu.org References: <20220619133313.2271-1-ludo@gnu.org> <8b850c88e51d9ec9f31d0e6477409156a1035a21.camel@telenet.be> <878rprbxic.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cGqQUfwgYh2/ZHRA" Content-Disposition: inline In-Reply-To: <878rprbxic.fsf@gnu.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56089 Cc: Maxime Devos , 56089@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --cGqQUfwgYh2/ZHRA Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 20, 2022 at 09:32:43AM +0200, Ludovic Court=C3=A8s wrote: > Maxime Devos skribis: >=20 > > Ludovic Court=C3=A8s schreef op zo 19-06-2022 om 15:33 [+0200]: > >> This incompatible change fixes an inconsistency with other commands > >> where '-L' is short for '--load-path'. > > > > Seems nice, but because it's an incompatible change, maybe a short > > channel news entry would be good? >=20 > Since this is very much an edge case, I=E2=80=99m not sure it=E2=80=99s w= orth it, but no > strong opinion. Thoughts? I think a news entry would be good. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --cGqQUfwgYh2/ZHRA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmKwVFYACgkQQarn3Mo9 g1H7oRAAr7cUOkC0nx6Vc1imBd8pyV4JKB9oGd0ZXcW5IGifagwGhHdb5ON2gQPm rhbCdOrlG1vPgwe4H0hgGF9W8wcX/Sb4NBb7xdDfrKaqOuvIyPHv5T+g3rgCyC6m ChcR0r5Q2c1Buau41TB/Kxnj0yiOngNKLYeffncwcTVqaTTljjisH4ETN3exV7ze HeWoXunNHvebUrGcRzykj3Zb1jnFcHJ89BtaiJLcq0rktKII2jYq1FmfXhzV7Ie0 kp5fGXGa4sUwEP1L8ChQKuDx9AjG9cFpfA4yIS9+pZB7+O3klW7ZM7Dmq3OV4VuQ uIwZ7pKXC+Cj1rGGLQK4uBFpY7PNpbfTgPfPH6QUeU/2Jedz5aWFdeZZ29I5sASO nslmtbI7eGJtN4RotKi2yTCg/X5zYnmzKBP9ui/FHWEpx9zCLfwKEhu8fK/0Q/X8 GXthB5koDtvn0hk9L9fWJ9cADRiXDG3c93nox7DrE7PHCJDrjV/AxdOW+j73kumY bcyqv3gNSZ98dJq59tjFcyMmnTicryF5+DJot1IXRn9lxLjmj/CaG500nmfR7Tse SWDBRnStOcGJSAMK4gmIqhrdvvoFp6eK3pymGGmMHDzZOCQFT2IP8cRneQ8wzd4z hvKE+d3/24yY/h+Modm0jucz0Db8o2IXqWqtE5pyUPWGKPQImDk= =Cl1H -----END PGP SIGNATURE----- --cGqQUfwgYh2/ZHRA-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 22 17:51:02 2022 Received: (at 56089-done) by debbugs.gnu.org; 22 Jun 2022 21:51:02 +0000 Received: from localhost ([127.0.0.1]:36791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o48Fa-0001iU-BN for submit@debbugs.gnu.org; Wed, 22 Jun 2022 17:51:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o48FY-0001i8-MU for 56089-done@debbugs.gnu.org; Wed, 22 Jun 2022 17:51:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52844) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o48FS-0005EM-0X; Wed, 22 Jun 2022 17:50:54 -0400 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=M/vzWYsweOXymbpPL7m6Ffw0y0BFNzXKwM71y2LOJzo=; b=acYfZ7aLazksxORnG/lr Xq3HLUzhIi8wV38QJSY0dZPvKKyG1WbSWVzfBJzlxt+orMesKw8TF8UOLhzJnzBtiD5q+SV+Xjj2o NBFhaHlh4qABm7EktXE/Lq2obUue8hMXbYo1XdMHHrGRE3qOHtYyOxGN2rbYRFjE9jpG2MfNIYrXv FkB3RzZHlx/2LUHFq39UT7d4D5kfVxVO4ItmG4lPWZNulMyq6vLXnqf3NQH7j3qLN6dAcwyMFOYX0 n+qq7CcRE4KNPuOzhu6mXVgWytv8EDWP1th/Pch7avlrR4DXhRvOlVoaLnbcONobgqwGG1iZKztGt ApEeQJ11C52CzQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55289 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o48FR-0002it-Kv; Wed, 22 Jun 2022 17:50:53 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Efraim Flashner Subject: Re: bug#56089: [PATCH] refresh: Repurpose '-L' for '--load-path'. References: <20220619133313.2271-1-ludo@gnu.org> <8b850c88e51d9ec9f31d0e6477409156a1035a21.camel@telenet.be> <878rprbxic.fsf@gnu.org> Date: Wed, 22 Jun 2022 23:50:51 +0200 In-Reply-To: (Efraim Flashner's message of "Mon, 20 Jun 2022 14:04:54 +0300") Message-ID: <87a6a41i6c.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56089-done Cc: Maxime Devos , 56089-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Pushed! 2873433c72 news: Add entry for 'guix refresh -L' change. bdf4221767 refresh: Repurpose '-L' for '--load-path'. Ludo=E2=80=99. From unknown Fri Aug 15 14:18:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 21 Jul 2022 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator