guix-patches
[Top][All Lists]
Advanced

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

[bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix


From: Ludovic Courtès
Subject: [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix
Date: Fri, 21 Feb 2020 10:01:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi Martin,

Martin Becze <address@hidden> skribis:

> +(module-autoload! (current-module)
> +               '(semver) '(string->semver))
> +(module-autoload! (current-module)
> +               '(semver ranges) '(string->semver-range 
> semver-range-contains?))

Sounds good.  Could you please squash it with the commit that adds
support for semver?

Also, we may want to add guile-semver to ‘dependencies’ in
‘compiled-guix’ in (guix self).  That way, a pulled guix will have
guile-semver available, and thus ‘guix import crate’ will work out of
the box.

Thanks,
Ludo’.






reply via email to

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