unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: guile-devel@gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: [PATCH 0/4] Add module depth information to %load-verbosely output
Date: Sun, 10 Sep 2023 00:03:59 -0400	[thread overview]
Message-ID: <20230910040424.26431-1-maxim.cournoyer@gmail.com> (raw)

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




             reply	other threads:[~2023-09-10  4:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-10  4:03 Maxim Cournoyer [this message]
2023-09-10  4:04 ` [PATCH 1/4] (ice-9 boot-9): Fix typo Maxim Cournoyer
2023-09-10  4:04 ` [PATCH 2/4] .dir-locals: Set c-basic-offset to 2 for c-mode Maxim Cournoyer
2023-09-10  4:04 ` [PATCH 3/4] guix.scm: Update guile package native inputs Maxim Cournoyer
2023-09-10  4:04 ` [PATCH 4/4] load: Display modules depth in output when using %load-verbosely Maxim Cournoyer
2023-09-10 14:46 ` [PATCH v2 0/4] Add module depth information to %load-verbosely output Maxim Cournoyer
2023-09-10 14:46   ` [PATCH v2 1/4] (ice-9 boot-9): Fix typo Maxim Cournoyer
2023-09-10 14:46   ` [PATCH v2 2/4] .dir-locals: Set c-basic-offset to 2 for c-mode Maxim Cournoyer
2023-09-10 14:46   ` [PATCH v2 3/4] guix.scm: Update guile package native inputs Maxim Cournoyer
2023-09-10 14:46   ` [PATCH v2 4/4] load: Display modules depth in output when using %load-verbosely Maxim Cournoyer
2023-09-25 10:40     ` Maxime Devos
2023-09-10 17:36   ` [PATCH v3 0/4] Add module depth information to %load-verbosely output Maxim Cournoyer
2023-09-10 17:36     ` [PATCH v3 1/4] (ice-9 boot-9): Fix typo Maxim Cournoyer
2023-09-10 17:36     ` [PATCH v3 2/4] .dir-locals: Set c-basic-offset to 2 for c-mode Maxim Cournoyer
2023-09-10 17:36     ` [PATCH v3 3/4] guix.scm: Update guile package native inputs Maxim Cournoyer
2023-09-10 17:36     ` [PATCH v3 4/4] load: Display modules depth in output when using %load-verbosely Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230910040424.26431-1-maxim.cournoyer@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).