gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 184/324: cmsg: Fix broken tests.


From: gnunet
Subject: [gnunet-scheme] 184/324: cmsg: Fix broken tests.
Date: Tue, 21 Sep 2021 13:23:44 +0200

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 6d28c263afef903a13c863949789ba8efabad7bd
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sat Aug 14 21:04:12 2021 +0200

    cmsg: Fix broken tests.
    
    The tests were broken with the introduction of the -O3 compilation
    flag, which caused some private bindings to be optimised out, even
    though they were used by the tests.  Export the required previously
    private bindings.
    
    * gnu/gnunet/util/cmsg.scm: Export cmsghdr:size, align-len and
      cmsghdr.
---
 gnu/gnunet/util/cmsg.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/gnunet/util/cmsg.scm b/gnu/gnunet/util/cmsg.scm
index f56cd45..0b7014b 100644
--- a/gnu/gnunet/util/cmsg.scm
+++ b/gnu/gnunet/util/cmsg.scm
@@ -69,7 +69,9 @@
            write-ancillary-vector->control!
            write-ancillaries->control!
            ancillary-vector->bytevector
-           ancillaries->bytevector)
+           ancillaries->bytevector
+           ;; Required by tests
+           cmsghdr:size align-len cmsghdr)
   #:use-module (rnrs records syntactic)
   #:use-module (rnrs conditions)
   #:use-module (rnrs bytevectors)

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