guix-patches
[Top][All Lists]
Advanced

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

[bug#53818] [PATCH 2/3] import: Add 'repology' updater.


From: Xinglu Chen
Subject: [bug#53818] [PATCH 2/3] import: Add 'repology' updater.
Date: Sun, 06 Feb 2022 16:26:19 +0100

Maxime schrieb am Sonntag der 06. Februar 2022 um 14:13 +01:

> Xinglu Chen schreef op zo 06-02-2022 om 14:00 [+0100]:
>> +             (if (and info (not (vector-empty? info)))
>> +                 info
>> +                 (begin
>> +                   (warning (G_ "package not found on Repology: ~a\n")
>> +                            (package-name package))
>> +                   #f))))))))
>
> Why a warning here?  For other refreshers, we just return '#f' and
> don't print a warning.

Well, some actually do print a warning, e.g., opam.  The warning makes
it clear that a package wasn’t found when running ‘guix refresh’
(without arguments).

Attachment: signature.asc
Description: PGP signature


reply via email to

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