GNU bug report logs - #42205
[PATCH] discovery: Fix typo.

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Sat, 4 Jul 2020 22:17:01 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: 42205 <at> debbugs.gnu.org
Subject: [bug#42205] [PATCH] discovery: Fix typo.
Date: Sun, 05 Jul 2020 10:00:45 +0200
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




This bug report was last modified 5 years and 18 days ago.

Previous Next


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