[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33575] [PATCH] guix: lint: Add checker to check if inputs are sorte
From: |
Maxim Cournoyer |
Subject: |
[bug#33575] [PATCH] guix: lint: Add checker to check if inputs are sorted. |
Date: |
Sun, 09 Dec 2018 17:49:45 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi,
Arun Isaac <address@hidden> writes:
>> If they are sorted, I have to add comment for each test input:
>>
>> `(("aspell-dict-en", aspecll-dict-en) ; for test
>> ("glib" ,glib "bin")
>> ("pkg-config" ,pkg-config)
>> ("xmllint" ,libxml2)
>> ("xorg-server" ,xorg-server)) ; for test
>>
>> Which will be a little annoying...
>
> I too find this convincing. It's not a good idea to enforce sorted
> inputs all the time. If there is sufficient consensus, we can close this
> bug report.
Maybe our test inputs should have their own field? This would make their
raison d'être explicit and remove the need of using comments.
Maxim