[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55242] [PATCH 08/10] guix: import: go: Modules in a subdir and pref
From: |
Maxime Devos |
Subject: |
[bug#55242] [PATCH 08/10] guix: import: go: Modules in a subdir and prefixed tags. |
Date: |
Tue, 03 May 2022 18:59:18 +0200 |
User-agent: |
Evolution 3.38.3-1 |
Attila Lendvai schreef op di 03-05-2022 om 13:42 [+0200]:
> + ;; Maybe split comma separated list of licenses in a single string
> + (when (and (= 1 (length licenses))
> + (string? (first licenses)))
> + (let ((pieces (map string-trim-both
> + (remove! string-null?
When can it be null? Also, tests.
> + (string-split (first licenses) #\,)))))
Is there a need for speed here? If not, I'd keep things simple by
using the non-mutating version (I expect the speed gain to be neglible
here). If there is, I would also use the mutating version of map --
'map!' from srfi-1.
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part
- [bug#55242] [PATCH 04/10] guix: import: go: Fix the interpretation of the replace directive., (continued)
- [bug#55242] [PATCH 08/10] guix: import: go: Modules in a subdir and prefixed tags., Attila Lendvai, 2022/05/03
- [bug#55242] [PATCH 08/10] guix: import: go: Modules in a subdir and prefixed tags., Maxime Devos, 2022/05/03
- [bug#55242] [PATCH 08/10] guix: import: go: Modules in a subdir and prefixed tags., Maxime Devos, 2022/05/03
- [bug#55242] [PATCH 08/10] guix: import: go: Modules in a subdir and prefixed tags., Maxime Devos, 2022/05/03
- [bug#55242] [PATCH 08/10] guix: import: go: Modules in a subdir and prefixed tags., Maxime Devos, 2022/05/03
- [bug#55242] [PATCH 08/10] guix: import: go: Modules in a subdir and prefixed tags.,
Maxime Devos <=
- [bug#55242] [PATCH 08/10] guix: import: go: Modules in a subdir and prefixed tags., Maxime Devos, 2022/05/03
- [bug#55242] [PATCH 08/10] guix: import: go: Modules in a subdir and prefixed tags., Maxime Devos, 2022/05/03
- [bug#55242] [PATCH 05/10] guix: import: go: Harden sxml->texi conversion., Attila Lendvai, 2022/05/03
- [bug#55242] [PATCH 02/10] guix: import: go: Rename go.pkg.dev-info to pkg.go.dev-info., Maxime Devos, 2022/05/03
[bug#55242] [PATCH 01/10] guix: import: Print the number of packages at the end., Maxime Devos, 2022/05/03
[bug#55242] [PATCH 01/10] guix: import: Print the number of packages at the end., Maxime Devos, 2022/05/03
[bug#55242] [PATCH 01/10] guix: import: Print the number of packages at the end., Maxime Devos, 2022/05/14
[bug#55242] [PATCH 01/10] guix: import: Print the number of packages at the end., Maxime Devos, 2022/05/14