[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53878] [PATCH v5 06/22] gnu: racket-minimal: Change inheritance to
From: |
Liliana Marie Prikler |
Subject: |
[bug#53878] [PATCH v5 06/22] gnu: racket-minimal: Change inheritance to follow bootstrapping. |
Date: |
Sat, 26 Feb 2022 15:19:20 +0100 |
User-agent: |
Evolution 3.42.1 |
Am Samstag, dem 26.02.2022 um 08:02 -0500 schrieb Philip McGrath:
> Having the package inheritance chain go in the same direction as the
> bootstrapping chain, rather than the opposite, is less confusing. In
> some cases, it can also help to avoid unnecessary rebuilds.
>
> * gnu/packages/racket.scm (racket-minimal-bc-cgc): Change to be the
> root
> of the package inheritance chain.
> [version, source, inputs, native-inputs, build-system, arguments,
> home-page, license]: Inline formerly inherited values.
> (racket-minimal-bc-3m): Inherit from 'racket-minimal-bc-cgc' rather
> than
> 'racket-minimal'.
> [inputs, native-inputs, arguments, license]: Adjust accordingly.
> (racket-minimal): Inherit from 'racket-minimal-bc-3m'.
> [inputs, native-inputs, arguments, license]: Adjust accordingly.
> [properties]: Override effect of 'hidden-package'.
> ---
I think this patch might introduce some noise by moving a package to a
different location in the file. If possible, we might want to avoid
this and relocate afterwards – IIUC positioning within a file should
not matter when it comes to the inherit clause.
Other than that not much to argue against.
Cheers
- [bug#53878] [PATCH v5 02/22] gnu: racket: Update to 8.4., (continued)
- [bug#53878] [PATCH v5 02/22] gnu: racket: Update to 8.4., Liliana Marie Prikler, 2022/02/26
- [bug#53878] [PATCH v5 03/22] gnu: racket: Use Git origins for Racket packages., Philip McGrath, 2022/02/26
- [bug#53878] [PATCH v5 03/22] gnu: racket: Use Git origins for Racket packages., Liliana Marie Prikler, 2022/02/26
- [bug#53878] [PATCH v5 03/22] gnu: racket: Use Git origins for Racket packages., Philip McGrath, 2022/02/26
- [bug#53878] [PATCH v5 03/22] gnu: racket: Use Git origins for Racket packages., Liliana Marie Prikler, 2022/02/26
- [bug#53878] [PATCH v5 08/22] gnu: make-installation-layer.rkt: Adjust indentation., Philip McGrath, 2022/02/26
- [bug#53878] [PATCH v5 04/22] gnu: racket-minimal: Use new package style., Philip McGrath, 2022/02/26
- [bug#53878] [PATCH v5 04/22] gnu: racket-minimal: Use new package style., Liliana Marie Prikler, 2022/02/26
- [bug#53878] [PATCH v5 04/22] gnu: racket-minimal: Use new package style., Philip McGrath, 2022/02/26
- [bug#53878] [PATCH v5 06/22] gnu: racket-minimal: Change inheritance to follow bootstrapping., Philip McGrath, 2022/02/26
- [bug#53878] [PATCH v5 06/22] gnu: racket-minimal: Change inheritance to follow bootstrapping.,
Liliana Marie Prikler <=
- [bug#53878] [PATCH v5 06/22] gnu: racket-minimal: Change inheritance to follow bootstrapping., Philip McGrath, 2022/02/26
- [bug#53878] [PATCH v5 06/22] gnu: racket-minimal: Change inheritance to follow bootstrapping., Liliana Marie Prikler, 2022/02/26
- [bug#53878] [PATCH v5 10/22] gnu: racket: Move Chez bootfiles to (gnu packages chez)., Philip McGrath, 2022/02/26
- [bug#53878] [PATCH v5 10/22] gnu: racket: Move Chez bootfiles to (gnu packages chez)., Liliana Marie Prikler, 2022/02/26
- [bug#53878] [PATCH v5 11/22] gnu: chez: Add utilities for Chez machine types., Philip McGrath, 2022/02/26
- [bug#53878] [PATCH v5 13/22] gnu: chez-scheme: Use "lib/chez-scheme" for search path., Philip McGrath, 2022/02/26
- [bug#53878] [PATCH v5 13/22] gnu: chez-scheme: Use "lib/chez-scheme" for search path., Liliana Marie Prikler, 2022/02/26
- [bug#53878] [PATCH v5 05/22] gnu: racket-minimal: Don't configure non-existant catalogs., Philip McGrath, 2022/02/26
- [bug#53878] [PATCH v5 07/22] gnu: racket-minimal: Add "debug" output., Philip McGrath, 2022/02/26
- [bug#53878] [PATCH v5 09/22] gnu: racket-minimal: Separate from the Racket VM., Philip McGrath, 2022/02/26