gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 01/07: records: Fix let-binding syntax in lambda*/define


From: gnunet
Subject: [gnunet-scheme] 01/07: records: Fix let-binding syntax in lambda*/define*.
Date: Sat, 04 Mar 2023 02:26:56 +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 e7a78fa8cf634b0913f0e36a5a014b27ffbdf17c
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sat Mar 4 01:41:09 2023 +0100

    records: Fix let-binding syntax in lambda*/define*.
    
    Oops committed too early ...
    
    * gnu/gnunet/utils/records.scm
    (process)[constructor-keyword-arguments*/different]: Don't splice it.
---
 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 0935efb..2a8c874 100644
--- a/gnu/gnunet/utils/records.scm
+++ b/gnu/gnunet/utils/records.scm
@@ -179,7 +179,7 @@
               ;; 'let' bindings to correct for the renaming.  (Untested;
               ;; there are no users of this at time of writing.)
               (let ((j (replacement #'i)))
-                #`((#,j (let #,@bindings value))
+                #`((#,j (let #,bindings value))
                    . #,(loop #'rest #`(#,@bindings (i #,j))))))
              (() s)
              (_ (pk s)

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