[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: swh-plugins-lv2: New variable [WIP] v2
From: |
Ricardo Wurmus |
Subject: |
Re: swh-plugins-lv2: New variable [WIP] v2 |
Date: |
Mon, 07 Dec 2015 23:03:51 +0100 |
User-agent: |
mu4e 0.9.13; emacs 24.5.1 |
Florian Paul Schmidt <address@hidden> writes:
>>> + (alist-cons-after
>>
>> Please use ‘modify-phases’ instead of the ‘alist-*’ stuff.
>
> OK, noted. I think I searched through other packages to come up with this.
>
> address@hidden ~/src/guix [env]$ grep "#:phases (alist-cons-after"
> gnu/packages/*.scm | wc -l
> 53
That’s the way we did things before the nice ‘modify-phases’ macro was
written. One problem with the ‘alist-*’ stuff is that adding or
removing phases affects the indentation of all following phases, which
makes the output of ‘git diff’ less useful.
~~ Ricardo
- swh-plugins-lv2: New variable [WIP], Florian Paul Schmidt, 2015/12/06
- Re: swh-plugins-lv2: New variable [WIP] v2, Florian Paul Schmidt, 2015/12/06
- Re: swh-plugins-lv2: New variable [WIP] v2, Ricardo Wurmus, 2015/12/07
- Re: swh-plugins-lv2: New variable [WIP] v2, Mark H Weaver, 2015/12/07
- Re: swh-plugins-lv2: New variable [WIP] v2, Ludovic Courtès, 2015/12/08
- Re: swh-plugins-lv2: New variable [WIP] v2, Leo Famulari, 2015/12/09
- Re: swh-plugins-lv2: New variable [WIP] v2, Ludovic Courtès, 2015/12/09
- Re: swh-plugins-lv2: New variable [WIP] v2, Leo Famulari, 2015/12/09
- Re: swh-plugins-lv2: New variable [WIP] v2, Leo Famulari, 2015/12/07
Re: swh-plugins-lv2: New variable [WIP, v2], Florian Paul Schmidt, 2015/12/10