GNU bug report logs - #73802
[PATCH] gnu: guix: style: Fix cli flag typo

Previous Next

Package: guix-patches;

Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>

Date: Mon, 14 Oct 2024 14:04:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73802 in the body.
You can then email your comments to 73802 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix <at> cbaines.net, dev <at> jpoiret.xyz, ludo <at> gnu.org, othacehe <at> gnu.org, zimon.toutoune <at> gmail.com, me <at> tobias.gr, guix-patches <at> gnu.org:
bug#73802; Package guix-patches. (Mon, 14 Oct 2024 14:04:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Aaron Covrig <aaron.covrig.us <at> ieee.org>:
New bug report received and forwarded. Copy sent to guix <at> cbaines.net, dev <at> jpoiret.xyz, ludo <at> gnu.org, othacehe <at> gnu.org, zimon.toutoune <at> gmail.com, me <at> tobias.gr, guix-patches <at> gnu.org. (Mon, 14 Oct 2024 14:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: guix-patches <at> gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: [PATCH] gnu: guix: style: Fix cli flag typo
Date: Mon, 14 Oct 2024 10:02:24 -0400
* guix/scripts/style.scm (alphabetical): Fix cli flag expanded name typo
---
 guix/scripts/style.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/style.scm b/guix/scripts/style.scm
index 5f4ee4a492..51234952e9 100644
--- a/guix/scripts/style.scm
+++ b/guix/scripts/style.scm
@@ -579,7 +579,7 @@ (define %options
         (option '(#\f "whole-file") #f #f
                 (lambda (opt name arg result)
                   (alist-cons 'whole-file? #t result)))
-        (option '(#\A "--alphabetical-sort") #f #f
+        (option '(#\A "alphabetical-sort") #f #f
                 (lambda (opt name arg result)
                   (alist-cons 'order? #t result)))
         (option '(#\S "styling") #t #f

base-commit: e032a0f38ff3394816fdc29554933ce77c545eff
-- 
2.46.0





Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Mon, 14 Oct 2024 14:50:02 GMT) Full text and rfc822 format available.

Notification sent to Aaron Covrig <aaron.covrig.us <at> ieee.org>:
bug acknowledged by developer. (Mon, 14 Oct 2024 14:50:03 GMT) Full text and rfc822 format available.

Message #10 received at 73802-done <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Aaron Covrig via Guix-patches via <guix-patches <at> gnu.org>
Cc: dev <at> jpoiret.xyz, Aaron Covrig <aaron.covrig.us <at> ieee.org>,
 zimon.toutoune <at> gmail.com, 73802-done <at> debbugs.gnu.org, ludo <at> gnu.org,
 me <at> tobias.gr, othacehe <at> gnu.org, guix <at> cbaines.net
Subject: Re: [bug#73802] [PATCH] gnu: guix: style: Fix cli flag typo
Date: Mon, 14 Oct 2024 22:48:29 +0800
[Message part 1 (text/plain, inline)]
Aaron Covrig via Guix-patches via <guix-patches <at> gnu.org> writes:

> * guix/scripts/style.scm (alphabetical): Fix cli flag expanded name typo
> ---
>  guix/scripts/style.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/guix/scripts/style.scm b/guix/scripts/style.scm
> index 5f4ee4a492..51234952e9 100644
> --- a/guix/scripts/style.scm
> +++ b/guix/scripts/style.scm
> @@ -579,7 +579,7 @@ (define %options
>          (option '(#\f "whole-file") #f #f
>                  (lambda (opt name arg result)
>                    (alist-cons 'whole-file? #t result)))
> -        (option '(#\A "--alphabetical-sort") #f #f
> +        (option '(#\A "alphabetical-sort") #f #f
>                  (lambda (opt name arg result)
>                    (alist-cons 'order? #t result)))
>          (option '(#\S "styling") #t #f
>
> base-commit: e032a0f38ff3394816fdc29554933ce77c545eff

adjust message to:

style: Fix cli flag typo.

* guix/scripts/style.scm (%options): Fix cli flag expanded name typo.


and push to master.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#73802; Package guix-patches. (Mon, 14 Oct 2024 14:52:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 12 Nov 2024 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 221 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.