gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 03/07: records: Use default values correctly.


From: gnunet
Subject: [gnunet-scheme] 03/07: records: Use default values correctly.
Date: Sat, 04 Mar 2023 02:26:58 +0100

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 7df580c6e2e4fad4fc23305402f5a2a2ef6240c2
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sat Mar 4 02:10:17 2023 +0100

    records: Use default values correctly.
    
    * gnu/gnunet/utils/records.scm
    (process)[constructor-keyword-arguments*/different]: Change '(i
    . value)' to '(i value)'.
---
 gnu/gnunet/utils/records.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/gnunet/utils/records.scm b/gnu/gnunet/utils/records.scm
index 7fc7038..fc001e1 100644
--- a/gnu/gnunet/utils/records.scm
+++ b/gnu/gnunet/utils/records.scm
@@ -174,7 +174,7 @@
              (i ; (... . var)
               (identifier? #'i)
               (replacement #'i))
-             (((i . value) . rest)
+             (((i value) . rest)
               ;; 'value' can refer to previous arguments, so add some
               ;; 'let' bindings to correct for the renaming.  (Untested;
               ;; there are no users of this at time of writing.)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]