[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55220] [PATCH 0/4] Add --list-systems and --list-targets options.
From: |
Maxim Cournoyer |
Subject: |
[bug#55220] [PATCH 0/4] Add --list-systems and --list-targets options. |
Date: |
Sat, 21 May 2022 21:39:07 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
Hi,
Maxime Devos <maximedevos@telenet.be> writes:
> Mathieu Othacehe schreef op za 07-05-2022 om 18:11 [+0200]:
>> \
>> %D%/platforms/arm.scm \
>> %D%/platforms/hurd.scm \
>> + %D%/platforms/intel.scm \
>> + %D%/platforms/mips.scm \
>> + %D%/platforms/powerpc.scm \
>> + %D%/platforms/riscv.scm \
>> + %D%/platforms/s390.scm \
>
> I'm wondering, these files are all rather tiny, why not define all the
> standard platforms directly in gnu/platforms.scm?
I also pondered about this; no big deal, but is there a reason for this
"extendable/dynamic" scheme where someone could drop new platform
modules and have them recognized? I suppose having things a bit less
dynamic could make navigating the code easier with Geiser (and humans).
What do you think?
Maxim
- [bug#55220] [PATCH 0/4] Add --list-systems and --list-targets options., (continued)
[bug#55220] [PATCH 0/4] Add --list-systems and --list-targets options., Ludovic Courtès, 2022/05/06
[bug#55220] [PATCH 0/4] Add --list-systems and --list-targets options., Ludovic Courtès, 2022/05/06
[bug#55220] [PATCH v2 0/6] Add --list-systems and --list-targets options., Mathieu Othacehe, 2022/05/07
[bug#55220] [PATCH v2 1/6] platform: Introduce new platforms., Mathieu Othacehe, 2022/05/22
[bug#55220] [PATCH v2 1/6] platform: Introduce new platforms., Maxime Devos, 2022/05/09
[bug#55220] [PATCH v2 1/6] platform: Introduce new platforms., Mathieu Othacehe, 2022/05/22
[bug#55220] [PATCH v2 3/6] ci: Do not rely on hardcoded cross-targets lists., Mathieu Othacehe, 2022/05/07
[bug#55220] [PATCH v2 4/6] scripts: Add --list-systems and --list-targets options., Mathieu Othacehe, 2022/05/07
[bug#55220] [PATCH v2 2/6] platform: Add discovery support., Mathieu Othacehe, 2022/05/07