all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#58308: guix import -r swallows errors
@ 2022-10-05 15:37 Ricardo Wurmus
  2023-05-15 17:46 ` Simon Tournier
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2022-10-05 15:37 UTC (permalink / raw)
  To: 58308

Consider this:

   $ ./pre-inst-env guix import elpa -r syslog
   $ echo $?
   0

And now this:

   $ ./pre-inst-env guix import elpa syslog
   guix import: error: failed to download package 'syslog'
   $ echo $?
   1

The recursive importer swallows the error.

-- 
Ricardo




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-19 16:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05 15:37 bug#58308: guix import -r swallows errors Ricardo Wurmus
2023-05-15 17:46 ` Simon Tournier
2023-05-19 15:45   ` Simon Tournier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.