[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’.
- [bug#38408] [PATCH v9 5/8] guix: import: crate: deduplicate dependencies, (continued)
- [bug#38408] [PATCH v9 5/8] guix: import: crate: deduplicate dependencies, Martin Becze, 2020/02/04
- [bug#38408] [PATCH v9 4/8] guix: import: utils: allow generation of inputs to be version aware, Martin Becze, 2020/02/04
- [bug#38408] [PATCH v9 1/8] guix: import: (recursive-import) Allow for version numbers, Martin Becze, 2020/02/04
- [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix, Martin Becze, 2020/02/04
- [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix, Efraim Flashner, 2020/02/17
- [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix, Ludovic Courtès, 2020/02/17
- [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix, Martin Becze, 2020/02/18
- [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix, Ludovic Courtès, 2020/02/20
- [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix, Martin Becze, 2020/02/20
- [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix,
Ludovic Courtès <=
- [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix, Martin Becze, 2020/02/21
- [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix, Leo Famulari, 2020/02/21
- [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix, Martin Becze, 2020/02/23
- [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix, Martin Becze, 2020/02/23
[bug#38408] [PATCH v9 6/8] guix: import: crate: memorize crate->guix-package, Martin Becze, 2020/02/04
[bug#38408] [PATCH v9 2/8] guix: import: crate: Use semver to resovle module versions, Martin Becze, 2020/02/04