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


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)]

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.