gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 06/07: records: Correct constructor->constructor*.


From: gnunet
Subject: [gnunet-scheme] 06/07: records: Correct constructor->constructor*.
Date: Sat, 04 Mar 2023 02:27:01 +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 bcfd4f34d149215fc87959ca84b6069012eea56e
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sat Mar 4 02:24:01 2023 +0100

    records: Correct constructor->constructor*.
    
    Looks like the 'in the next commit' of the previous commit can't be
    done yet.
    
    * gnu/gnunet/utils/records.scm
    (process)[copy*]: Resolve TODO about apparent bug: ignore the docstring.
---
 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 d7fc8a1..2948acf 100644
--- a/gnu/gnunet/utils/records.scm
+++ b/gnu/gnunet/utils/records.scm
@@ -265,7 +265,7 @@
                   ;; If not, just copy fields one-by-one.
                   (#false
                    #`((define (#,copy* object)
-                        (apply #,constructor ; TODO: why not constructor*?
+                        (apply #,constructor*
                                #,@(keywordify (map (lambda (f) (field-copy f 
#'object))
                                                    fields*)
                                               
constructor-keyword-arguments*/different)))))))

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