guix-patches
[Top][All Lists]
Advanced

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

bug#45983: [PATCH 0/3] Fix non-recursive importers gnu and json


From: Ludovic Courtès
Subject: bug#45983: [PATCH 0/3] Fix non-recursive importers gnu and json
Date: Sun, 31 Jan 2021 21:37:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hi!

I applied the whole series.

zimoun <zimon.toutoune@gmail.com> skribis:

> * guix/import/gnu.scm (gnu->guix-package): Add 'G_' to messages.

Two comments: (1) things like (message "string") are already i18n’d, and
(2):

> +     (raise (make-compound-condition
> +             (formatted-message
> +              (G_ "failed to determine latest release of GNU ~a")
> +              name))))))

I removed ‘make-compound-condition’, which is unnecessary here.

Thanks!

Ludo’.





reply via email to

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