[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#34108] [PATCH] import: github: Use prereleases when package has no
From: |
Ludovic Courtès |
Subject: |
[bug#34108] [PATCH] import: github: Use prereleases when package has no releases. |
Date: |
Mon, 21 Jan 2019 10:44:15 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello!
Arun Isaac <address@hidden> skribis:
>> To improve readability, could you define a ‘pre-release?’ procedure so
>> we can write:
>>
>> let ((releases (match (remove pre-release? json)
>> (() json) ;keep everything
>> (releases releases))))
>
> I have made this change. In addition, I have also made another patch
> improving the readability of the function by using any and cond. Please
> find both patches attached.
Both LGTM, thanks for the cleanups!
Ludo’.