[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-offload updated: tmp12
From: |
Mathieu Othacehe |
Subject: |
branch wip-offload updated: tmp12 |
Date: |
Thu, 17 Dec 2020 11:14:32 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch wip-offload
in repository guix-cuirass.
The following commit(s) were added to refs/heads/wip-offload by this push:
new 37d3442 tmp12
37d3442 is described below
commit 37d3442187ec798ba587340a03e7a1fb5cbda12a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 17 17:14:25 2020 +0100
tmp12
---
src/cuirass/remote-server.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/cuirass/remote-server.scm b/src/cuirass/remote-server.scm
index 335dadd..0c166bb 100644
--- a/src/cuirass/remote-server.scm
+++ b/src/cuirass/remote-server.scm
@@ -211,10 +211,10 @@ work for the worker with the given NAME."
(make-bytevector 0)
(string->bv
(zmq-workers
- (hash-fold (lambda (key value old)
- (cons (worker->sexp value) old))
- '()
- %workers))))))))
+ (pk (hash-fold (lambda (key value old)
+ (cons (worker->sexp value) old))
+ '()
+ %workers)))))))))
(const #f)))
(define* (read-worker-exp exp #:key reply-worker)
- branch wip-offload updated: tmp12,
Mathieu Othacehe <=