all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mathieu Othacehe <othacehe@gnu.org>
To: Arun Isaac <arunisaac@systemreboot.net>
Cc: 42205@debbugs.gnu.org
Subject: [bug#42205] [PATCH] discovery: Fix typo.
Date: Sun, 05 Jul 2020 10:00:45 +0200	[thread overview]
Message-ID: <87pn9ajsr6.fsf@gnu.org> (raw)
In-Reply-To: <20200704221613.3939-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Sun, 5 Jul 2020 03:46:13 +0530")


Hey,

>  (define (fold-module-public-variables* proc init modules)
> -  "Call (PROC MODULE SYMBOL VARIABLE) for each variable exported by one of MODULES,
> -using INIT as the initial value of RESULT.  It is guaranteed to never traverse
> -the same object twice."
> +  "Call (PROC MODULE SYMBOL VARIABLE RESULT) for each variable exported by one
> +of MODULES, using INIT as the initial value of RESULT.  It is guaranteed to
> +never traverse the same object twice."
>    ;; Here SEEN is populated by variables; if two different variables refer to
>    ;; the same object, we still let them through.
>    (identity                                       ;discard second return value

This looks fine. Do not hesitate to proceed without reviewing for those
typo fixing patches :).

Thanks for your patch,

Mathieu




  reply	other threads:[~2020-07-05  8:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-04 22:16 [bug#42205] [PATCH] discovery: Fix typo Arun Isaac
2020-07-05  8:00 ` Mathieu Othacehe [this message]
2020-07-05 10:40   ` bug#42205: " Arun Isaac

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

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

  git send-email \
    --in-reply-to=87pn9ajsr6.fsf@gnu.org \
    --to=othacehe@gnu.org \
    --cc=42205@debbugs.gnu.org \
    --cc=arunisaac@systemreboot.net \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.