Attila Lendvai schreef op di 03-05-2022 om 13:16 [+0200]: > [bug#55242] [PATCH 01/10] guix: import: Print the number of packages > at the end. > +                (format (current-warning-port) > +                        (G_ "Imported ~a packages~%") count))) What's the use case for counting the number of packages? Why only for the Go importer, and why a warning?  The 'info' macro from (guix diagnostics) seems to fit here (it also uses 'current-warning-port', but only internally). The plural form of 'packages' is incorrect when count=1. Greetings, Maxime