unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: Aaron Covrig via Guix-patches via <guix-patches@gnu.org>
Cc: dev@jpoiret.xyz, Aaron Covrig <aaron.covrig.us@ieee.org>,
	zimon.toutoune@gmail.com, 73802-done@debbugs.gnu.org,
	ludo@gnu.org, me@tobias.gr, othacehe@gnu.org, guix@cbaines.net
Subject: bug#73802: [PATCH] gnu: guix: style: Fix cli flag typo
Date: Mon, 14 Oct 2024 22:48:29 +0800	[thread overview]
Message-ID: <87plo268qq.fsf@iscas.ac.cn> (raw)
In-Reply-To: <20241014140233.342077-1-aaron.covrig.us@ieee.org> (Aaron Covrig via Guix-patches via's message of "Mon, 14 Oct 2024 10:02:24 -0400")

[-- Attachment #1: Type: text/plain, Size: 1035 bytes --]

Aaron Covrig via Guix-patches via <guix-patches@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2024-10-14 14:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-14 14:02 [bug#73802] [PATCH] gnu: guix: style: Fix cli flag typo Aaron Covrig via Guix-patches via
2024-10-14 14:48 ` Zheng Junjie [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87plo268qq.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=73802-done@debbugs.gnu.org \
    --cc=aaron.covrig.us@ieee.org \
    --cc=dev@jpoiret.xyz \
    --cc=guix-patches@gnu.org \
    --cc=guix@cbaines.net \
    --cc=ludo@gnu.org \
    --cc=me@tobias.gr \
    --cc=othacehe@gnu.org \
    --cc=zimon.toutoune@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).