guix-commits
[Top][All Lists]
Advanced

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

05/06: tests: Use (ice-9 threads).


From: guix-commits
Subject: 05/06: tests: Use (ice-9 threads).
Date: Sat, 23 Nov 2019 16:48:28 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit fde60bfb84dbfab7668cacd4a0d206d77affc789
Author: Ludovic Courtès <address@hidden>
Date:   Sat Nov 23 22:27:28 2019 +0100

    tests: Use (ice-9 threads).
    
    'call-with-new-thread' as a core binding is deprecated in 2.2 and
    removed in 3.0.
    
    * tests/publish.scm: Use (ice-9 threads).
---
 tests/publish.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/publish.scm b/tests/publish.scm
index 64a8ff3..204cfb4 100644
--- a/tests/publish.scm
+++ b/tests/publish.scm
@@ -45,6 +45,7 @@
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-26)
   #:use-module (srfi srfi-64)
+  #:use-module (ice-9 threads)
   #:use-module (ice-9 format)
   #:use-module (ice-9 match)
   #:use-module (ice-9 rdelim))



reply via email to

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