guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Ludovic Courtès
Date: Sat, 18 Jan 2020 09:18:27 -0500 (EST)

branch: master
commit 23daae21afe7cab4ba07d611dbff64a78f302e8a
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sat Jan 18 15:16:01 2020 +0100

    http: Add missing import of (ice-9 threads) in test.
    
    Using the core binding for 'call-with-new-thread' was deprecated in 2.2
    and is removed in 3.0.
    
    * tests/http.scm: Use (ice-9 threads).
---
 tests/http.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/http.scm b/tests/http.scm
index 0b16790..b21fa17 100644
--- a/tests/http.scm
+++ b/tests/http.scm
@@ -1,6 +1,6 @@
 ;;; http.scm -- tests for (cuirass http) module
 ;;; Copyright © 2016 Mathieu Lirzin <address@hidden>
-;;; Copyright © 2017, 2018, 2019 Ludovic Courtès <address@hidden>
+;;; Copyright © 2017, 2018, 2019, 2020 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
 ;;; Copyright © 2018 Clément Lassieur <address@hidden>
 ;;;
@@ -30,6 +30,7 @@
              (rnrs bytevectors)
              (srfi srfi-1)
              (srfi srfi-64)
+             (ice-9 threads)
              (ice-9 match))
 
 (define (http-get-body uri)



reply via email to

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