[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#70227: [PATCH v2 1/2] guix: import: composer: Handle parsing failure
From: |
Ludovic Courtès |
Subject: |
bug#70227: [PATCH v2 1/2] guix: import: composer: Handle parsing failures. |
Date: |
Sat, 12 Oct 2024 19:46:49 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Nicolas Graves <ngraves@ngraves.fr> skribis:
> * guix/import/composer (latest-release): Handle parsing
> failures. Rename package to composer-package for clarity.
>
> Change-Id: I57f6fba7b05122b031177681e76cf0b5c9547736
[...]
> * guix/import/composer.scm
> (guix-package->composer-name): Simplify.
> (composer-fetch): Replace reduce by fold to correct version selection logic.
> (latest-release): Implement recursive package refresh. Rename to
> import-release.
> (import-release): New function, formerly known as latest-release.
>
> Change-Id: I8f629b4d1da866f5986d39b4e159f2b44af9ee49
Applied, thanks!
There are no new tests (we could improve on that…) but at least those
already in ‘tests/composer.scm’ still pass.
Ludo’.