unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Add module depth information to %load-verbosely output
@ 2023-11-06 16:27 Maxim Cournoyer
  2023-11-06 16:27 ` [PATCH v5 1/4] (ice-9 boot-9): Fix typo Maxim Cournoyer
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Maxim Cournoyer @ 2023-11-06 16:27 UTC (permalink / raw)
  To: guile-devel; +Cc: Maxime Devos, 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>.

Changes in v5:
- Introduce the usage of keywords for %load-hooks, breaking backward
compatibility at the benefit of future stability and extensibility

Changes in v4:
- Remove with-output-to-port in %load-announce and adjust doc

Changes in v3:
- Replace PAD-COUNT with DEPTH in VISUAL-DEPTH guard.

Changes in v2:
- Guard against negative pad count when computing 'visual-depth'

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                            | 13 +++++++
 THANKS                          |  1 +
 doc/guile-api.alist             |  4 +-
 doc/ref/api-evaluation.texi     | 66 ++++++++++++++++++++++++++-------
 libguile/load.c                 | 64 +++++++++++++++++++++++++-------
 libguile/load.h                 |  4 +-
 module/ice-9/boot-9.scm         | 39 ++++++++++++-------
 9 files changed, 149 insertions(+), 46 deletions(-)


base-commit: 75cd95060fb1ea7586f0e4b9081694c6d61f1d3b
-- 
2.41.0




^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH v5 0/4] Add module depth information to %load-verbosely output
@ 2023-10-22  4:16 Maxim Cournoyer
  2023-10-22  4:16 ` [PATCH v5 2/4] .dir-locals: Set c-basic-offset to 2 for c-mode Maxim Cournoyer
  0 siblings, 1 reply; 6+ messages in thread
From: Maxim Cournoyer @ 2023-10-22  4:16 UTC (permalink / raw)
  To: guile-devel; +Cc: Maxime Devos, 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>.

Changes in v5:
- Introduce the usage of keywords for %load-hooks, breaking backward
compatibility at the benefit of future stability and extensibility

Changes in v4:
- Remove with-output-to-port in %load-announce and adjust doc

Changes in v3:
- Replace PAD-COUNT with DEPTH in VISUAL-DEPTH guard.

Changes in v2:
- Guard against negative pad count when computing 'visual-depth'

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                            | 13 +++++++
 THANKS                          |  1 +
 doc/guile-api.alist             |  4 +-
 doc/ref/api-evaluation.texi     | 66 ++++++++++++++++++++++++++-------
 libguile/load.c                 | 64 +++++++++++++++++++++++++-------
 libguile/load.h                 |  4 +-
 module/ice-9/boot-9.scm         | 39 ++++++++++++-------
 9 files changed, 149 insertions(+), 46 deletions(-)


base-commit: 79e836b8cc601a1259c934000a953a8d739ddd6f
-- 
2.41.0




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

end of thread, other threads:[~2023-11-06 16:27 UTC | newest]

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

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).