guix-commits
[Top][All Lists]
Advanced

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

branch master updated: evaluate: Explicitly close inferiors no longer us


From: Ludovic Courtès
Subject: branch master updated: evaluate: Explicitly close inferiors no longer used.
Date: Mon, 16 May 2022 06:19:12 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new f087aaf  evaluate: Explicitly close inferiors no longer used.
f087aaf is described below

commit f087aaf685dbc7cc18f0254895f4a4b0dfaba631
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon May 16 12:05:15 2022 +0200

    evaluate: Explicitly close inferiors no longer used.
    
    * src/cuirass/scripts/evaluate.scm (inferior-evaluation): Add call to
    'close-inferior'.
---
 src/cuirass/scripts/evaluate.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/cuirass/scripts/evaluate.scm b/src/cuirass/scripts/evaluate.scm
index a07687f..ccea721 100644
--- a/src/cuirass/scripts/evaluate.scm
+++ b/src/cuirass/scripts/evaluate.scm
@@ -1,5 +1,5 @@
 ;;;; evaluate -- convert a specification to a job list
-;;; Copyright © 2016, 2018 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016, 2018, 2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2016, 2017 Mathieu Lirzin <mthl@gnu.org>
 ;;; Copyright © 2017, 2018, 2021 Mathieu Othacehe <othacehe@gnu.org>
 ;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
@@ -77,6 +77,7 @@ Pass the BUILD, CHANNELS and SYSTEMS arguments to the 
EVAL-PROC procedure."
             inferior store
             `(lambda (store)
                (,eval-proc store ',args)))))
+      (close-inferior inferior)
       (db-register-builds jobs eval-id spec))))
 
 (define (channel-instances->profile instances)



reply via email to

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