guix-commits
[Top][All Lists]
Advanced

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

38/38: lint: check-wrapper-inputs: Remove mentions of core-updates.


From: guix-commits
Subject: 38/38: lint: check-wrapper-inputs: Remove mentions of core-updates.
Date: Sat, 2 Oct 2021 12:52:48 -0400 (EDT)

mothacehe pushed a commit to branch core-updates
in repository guix.

commit fcaed5b81e893f34d77527fbef389ca628ca882d
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Oct 1 16:21:40 2021 +0200

    lint: check-wrapper-inputs: Remove mentions of core-updates.
    
    The #:sh argument of 'wrap-program' and 'wrap-qt-program' is
    now in the current branch, so some comments aren't relevant anymore.
    
    * guix/lint.scm (check-wrapper-inputs)[check-procedure-body]: Remove 
mentions
      of core-updates.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 guix/lint.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/guix/lint.scm b/guix/lint.scm
index 217a0d6..2a703f9 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -552,13 +552,10 @@ or \"bash-minimal\" is not in its inputs. 'wrap-script' 
is not supported."
   (define (check-procedure-body body)
     (match body
       ;; Explicitely setting an interpreter is acceptable,
-      ;; #:sh support is added on 'core-updates'.
-      ;; TODO(core-updates): remove mention of core-updates.
       (('wrap-program _ '#:sh . _) '())
       (('wrap-program _ . _)
        (list (report-wrap-program-error package 'wrap-program)))
       ;; Wrapper of 'wrap-program' for Qt programs.
-      ;; TODO #:sh is not yet supported but probably will be.
       (('wrap-qt-program _ '#:sh . _) '())
       (('wrap-qt-program _ . _)
        (list (report-wrap-program-error package 'wrap-qt-program)))



reply via email to

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