unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65860] [PATCH 0/4] Resolve a circular module dependencies in embedded modules
@ 2023-09-11  4:19 Maxim Cournoyer
  2023-09-18  0:43 ` [bug#65860] [PATCH v2 0/3] " Maxim Cournoyer
  0 siblings, 1 reply; 9+ messages in thread
From: Maxim Cournoyer @ 2023-09-11  4:19 UTC (permalink / raw)
  To: 65860, maxim.cournoyer

This series is the culmination of at least a day of effort tracking down the
source of a module dependency cycle (!).  The last commit adds some guide
lines in the hope to avoid a repeat (perhaps 'lint' could be taught to
automate these checks).


Maxim Cournoyer (4):
  gnu: avr: Delay all cross compilation packages.
  gnu: embedded: Turn packages using top-level variables into
    procedures.
  gnu: Remove extraneous imports.
  doc: Add new 'Circular Module Dependencies' section.

 doc/contributing.texi            |  56 ++++++
 gnu/packages/admin.scm           |   5 -
 gnu/packages/avr-xyz.scm         |   2 +-
 gnu/packages/avr.scm             |  67 ++++---
 gnu/packages/axoloti.scm         |   6 +-
 gnu/packages/base.scm            |   1 -
 gnu/packages/bootloaders.scm     |   2 -
 gnu/packages/cran.scm            |   2 -
 gnu/packages/embedded.scm        | 322 +++++++++++++++++--------------
 gnu/packages/emulators.scm       |   3 -
 gnu/packages/firmware.scm        |   4 -
 gnu/packages/kde.scm             |   3 -
 gnu/packages/libcanberra.scm     |   6 +-
 gnu/packages/libreoffice.scm     |   4 -
 gnu/packages/linphone.scm        |   4 -
 gnu/packages/mes.scm             |   5 -
 gnu/packages/mingw.scm           |   6 -
 gnu/packages/raspberry-pi.scm    |   2 +-
 gnu/packages/serialization.scm   |   5 +-
 gnu/packages/sync.scm            |   2 -
 gnu/packages/syncthing.scm       |   2 -
 gnu/packages/telephony.scm       |  12 --
 gnu/packages/terminals.scm       |   1 -
 gnu/packages/version-control.scm |   2 -
 gnu/packages/video.scm           |   7 -
 gnu/packages/wm.scm              |   3 -
 26 files changed, 286 insertions(+), 248 deletions(-)


base-commit: 2eb6df537c36da8bf8e81ff698421f6fb1bfd1ab
-- 
2.41.0





^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <cover.1694406359.git.maxim.cournoyer@gmail.com>]

end of thread, other threads:[~2023-09-18  0:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-11  4:19 [bug#65860] [PATCH 0/4] Resolve a circular module dependencies in embedded modules Maxim Cournoyer
2023-09-18  0:43 ` [bug#65860] [PATCH v2 0/3] " Maxim Cournoyer
2023-09-18  0:43   ` [bug#65860] [PATCH v2 1/3] gnu: avr: Delay all cross compilation packages Maxim Cournoyer
2023-09-18  0:43   ` [bug#65860] [PATCH v2 2/3] gnu: embedded: Turn packages using top-level variables into procedures Maxim Cournoyer
2023-09-18  0:43   ` [bug#65860] [PATCH v2 3/3] doc: Add new 'Circular Module Dependencies' section Maxim Cournoyer
     [not found] <cover.1694406359.git.maxim.cournoyer@gmail.com>
2023-09-11  4:25 ` [bug#65860] [PATCH 1/4] gnu: avr: Delay all cross compilation packages Maxim Cournoyer
2023-09-13 20:27   ` [bug#65860] [PATCH 0/4] Resolve a circular module dependencies in embedded modules Ludovic Courtès
2023-09-14  3:10     ` Maxim Cournoyer
2023-09-14  9:10       ` Ludovic Courtès
2023-09-18  0:52         ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

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

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