all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/4] Add module depth information to %load-verbosely output
@ 2023-09-10  3:17 Maxim Cournoyer
  2023-09-10  3:17 ` [PATCH 1/4] (ice-9 boot-9): Fix typo Maxim Cournoyer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Maxim Cournoyer @ 2023-09-10  3:17 UTC (permalink / raw)
  To: guix-devel; +Cc: Maxim Cournoyer

This change was made to support investigating cyclic module dependencies
that sometimes happen in GNU Guix and are difficult to
comprehend/debug.  For more context, see:
<https://issues.guix.gnu.org/65716>.


Maxim Cournoyer (4):
  (ice-9 boot-9): Fix typo.
  .dir-locals: Set c-basic-offset to 2 for c-mode.
  guix.scm: Update guile package native inputs.
  load: Display modules depth in output when using %load-verbosely.

 .dir-locals.el                  |  1 +
 .guix/modules/guile-package.scm |  3 +-
 NEWS                            |  8 +++
 THANKS                          |  1 +
 doc/guile-api.alist             |  4 +-
 doc/ref/api-evaluation.texi     | 61 +++++++++++++++++-----
 libguile/load.c                 | 89 +++++++++++++++++++++++++++------
 libguile/load.h                 |  4 +-
 module/ice-9/boot-9.scm         | 37 ++++++++------
 9 files changed, 162 insertions(+), 46 deletions(-)


base-commit: f31819b6b179429a617c8bd881dbb61219823e39
-- 
2.41.0



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

end of thread, other threads:[~2023-09-10  4:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-10  3:17 [PATCH 0/4] Add module depth information to %load-verbosely output Maxim Cournoyer
2023-09-10  3:17 ` [PATCH 1/4] (ice-9 boot-9): Fix typo Maxim Cournoyer
2023-09-10  3:17 ` [PATCH 2/4] .dir-locals: Set c-basic-offset to 2 for c-mode Maxim Cournoyer
2023-09-10  3:17 ` [PATCH 3/4] guix.scm: Update guile package native inputs Maxim Cournoyer
2023-09-10  3:17 ` [PATCH 4/4] load: Display modules depth in output when using %load-verbosely Maxim Cournoyer
2023-09-10  3:59 ` [PATCH 0/4] Add module depth information to %load-verbosely output Maxim Cournoyer

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.