gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 164/324: repeated-condition: Make less fragile to SRFI-8


From: gnunet
Subject: [gnunet-scheme] 164/324: repeated-condition: Make less fragile to SRFI-88.
Date: Tue, 21 Sep 2021 13:23:24 +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 df373e2ad6d2fd5bdde80921082c8c4ea1d69094
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Aug 12 15:57:19 2021 +0200

    repeated-condition: Make less fragile to SRFI-88.
    
    * gnu/gnunet/concurrency/repeated-condition.scm:
      Ensure 'cvar:' is a symbol even when SRFI-88 is loaded.
---
 gnu/gnunet/concurrency/repeated-condition.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/gnunet/concurrency/repeated-condition.scm 
b/gnu/gnunet/concurrency/repeated-condition.scm
index 4dd3cf9..70b14b2 100644
--- a/gnu/gnunet/concurrency/repeated-condition.scm
+++ b/gnu/gnunet/concurrency/repeated-condition.scm
@@ -29,7 +29,7 @@
                let^)
          (prefix (only (fibers conditions)
                        make-condition signal-condition! wait-operation)
-                 cvar:)
+                 #{cvar:}#)
          (only (fibers operations)
                choice-operation perform-operation)
          (only (ice-9 atomic)

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