Files
Maxim Cournoyer d131c228dc import/utils: Allow `find-version' to match an over-specified version.
This fixes the use case of using --target-version with an exact
match (--target-version causes the partial? mode to be enabled).

* tests/import/utils.scm ("find-version, latest")
("find-version, empty versions list")
("find-version, partial, under-specified")
("find-version, partial, exact")
("find-version, partial, over-specified"): New tests.
* guix/import/utils.scm (find-version): [PARTIAL?]: Truncate VERSION to the
maximum length of VERSIONS.  Explicitly handle the empty versions case.
2026-08-25 10:07:51 +09:00
..
2025-08-31 12:39:24 +02:00
2025-12-03 14:38:09 +09:00
2026-04-19 10:54:06 +03:00
2025-11-21 14:38:44 +01:00
2026-04-30 02:07:20 +02:00
2025-10-29 11:51:24 +09:00
2025-11-14 16:42:16 +09:00
2026-08-08 23:01:52 +01:00