[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Specifying package patches in a more convenient form
From: |
Andy Wingo |
Subject: |
Re: Specifying package patches in a more convenient form |
Date: |
Thu, 07 Apr 2016 12:08:02 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
On Thu 07 Apr 2016 11:52, Alex Kost <address@hidden> writes:
> Eric Bavier (2016-04-06 17:57 +0300) wrote:
>
>> On Wed, 06 Apr 2016 15:13:47 +0300
>> Alex Kost <address@hidden> wrote:
> [...]
>>> > + "1lgghck46p33z3hg8dnl76jryig4fh6d8rhzms837zp7x4hyfkv4"))
>>> > + (patches (map search-patch
>>> > '("ttfautohint-source-date-epoch.patch")))))
>>>
>>> Since it's just a single patch, I don't see a reason to use 'map' here.
>>
>> Just that it's less to change if more patches are added later. The
>> same has been used in other packages.
>
> I strongly disagree with this policy. More patches may never be added,
> but mapping through a list of a single element looks redundant for me.
What if the "patches" field just applied `search-path' to each of the
items in the list if the path is not absolute? Use
`absolute-file-name?' to check if this is needed or not.
Andy
- [PATCH 6/9] gnu: fontforge: Make SVG builds reproducible., (continued)
- [PATCH 6/9] gnu: fontforge: Make SVG builds reproducible., ericbavier, 2016/04/06
- [PATCH 7/9] gnu: Add font-fantasque-sans., ericbavier, 2016/04/06
- [PATCH 9/9] gnu: fontforge: Install 'showttf' tool., ericbavier, 2016/04/06
- [PATCH 8/9] gnu: fontforge: Use modify-phases., ericbavier, 2016/04/06
- Re: [PATCH 1/9] gnu: Add ttfautohint., Alex Kost, 2016/04/06
- Re: [PATCH 1/9] gnu: Add ttfautohint., Eric Bavier, 2016/04/06
- Specifying package patches in a more convenient form, Alex Kost, 2016/04/07
- Re: Specifying package patches in a more convenient form,
Andy Wingo <=
- Re: Specifying package patches in a more convenient form, Eric Bavier, 2016/04/07
- Re: Specifying package patches in a more convenient form, Alex Kost, 2016/04/08
- Re: Specifying package patches in a more convenient form, Ludovic Courtès, 2016/04/09
- Re: Specifying package patches in a more convenient form, Ludovic Courtès, 2016/04/07
- Re: Specifying package patches in a more convenient form, Alex Kost, 2016/04/09
- Re: Specifying package patches in a more convenient form, Andreas Enge, 2016/04/09
- Re: Specifying package patches in a more convenient form, Alex Kost, 2016/04/09
- Re: [PATCH 1/9] gnu: Add ttfautohint., Ludovic Courtès, 2016/04/13
- Re: [PATCH 1/9] gnu: Add ttfautohint., Ludovic Courtès, 2016/04/13