guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 01/01: tests: docker: Run a guest guile inside the docker container.


From: Ludovic Courtès
Subject: Re: 01/01: tests: docker: Run a guest guile inside the docker container.
Date: Sun, 20 Jan 2019 00:04:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Mark,

Mark H Weaver <address@hidden> skribis:

> This introduces a duplicate field initializer in the expanded 'package'
> object, because the 'dummy-package' macro introduces its own
> 'build-system' field initializer.  From (guix tests):
>
>   (define-syntax-rule (dummy-package name* extra-fields ...)
>     "Return a \"dummy\" package called NAME*, with all its compulsory fields
>   initialized with default values, and with EXTRA-FIELDS set as specified."
>     (package extra-fields ...
>              (name name*) (version "0") (source #f)
>              (build-system gnu-build-system)
>              (synopsis #f) (description #f)
>              (home-page #f) (license #f)))

I realized I must have used the same idiom in some of the unit tests.
Did you catch anything there, Mark?

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]