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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: bug#73802: closed (Re: [bug#73802] [PATCH] gnu: guix: style: Fix
 cli flag typo)
Date: Mon, 14 Oct 2024 14:50:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73802: [PATCH] gnu: guix: style: Fix cli flag typo

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73802 <at> debbugs.gnu.org.

-- 
73802: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73802
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (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)]
[Message part 5 (message/rfc822, inline)]
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




This bug report was last modified 222 days ago.

Previous Next


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