[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trouble with circular module dependencies (Re: 01/02: gnu: Add ncurs
From: |
Ludovic Courtès |
Subject: |
Re: Trouble with circular module dependencies (Re: 01/02: gnu: Add ncurses-with-gpm.) |
Date: |
Mon, 24 Jul 2017 11:25:16 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hi Mark,
I agree that it’s terrible that we have to deal with such problems.
Thanks for (re)explaining the issue.
Mark H Weaver <address@hidden> skribis:
> FWIW, I would like to see us work to eliminate all cyclic module
> dependencies in Guix, by splitting up our package modules as needed so
> that they form a directed acyclic graph.
This seems hard to achieve, unless we use one file per package.
Perhaps another option would be to introduce a ‘define-package’ form
that would thunk every package definition, or something like that,
though it wouldn’t help in more complex cases I guess.
Ludo’.