[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60079] [PATCH] guix: gexp: Clarify what output can be in gexp modul
From: |
Ludovic Courtès |
Subject: |
[bug#60079] [PATCH] guix: gexp: Clarify what output can be in gexp module commentary. |
Date: |
Wed, 21 Dec 2022 14:31:45 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi jgart,
jgart <jgart@dismail.de> skribis:
> --- a/guix/gexp.scm
> +++ b/guix/gexp.scm
> @@ -139,10 +139,11 @@ (define-module (guix gexp)
> ;;; This module implements "G-expressions", or "gexps". Gexps are like
> ;;; S-expressions (sexps), with two differences:
> ;;;
> -;;; 1. References (un-quotations) to derivations or packages in a gexp are
> -;;; replaced by the corresponding output file name; in addition, the
> -;;; 'ungexp-native' unquote-like form allows code to explicitly refer to
> -;;; the native code of a given package, in case of cross-compilation;
> +;;; 1. References (un-quotations) to derivations or packages in a gexp
> +;;; are replaced by the corresponding output store path or file name;
> +;;; in addition, the 'ungexp-native' unquote-like form allows code to
> +;;; explicitly refer to the native code of a given package, in case
> +;;; of cross-compilation;
I prefer not to apply this patch: it worsens indentation and adds the
words “store path”, which AFAICS bring nothing.
Thanks anyway for taking a look,
Ludo’.