[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: git / grep with pcre support?
From: |
Ludovic Courtès |
Subject: |
Re: git / grep with pcre support? |
Date: |
Thu, 11 Jul 2019 17:55:22 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
Hi!
Tobias Geerinckx-Rice <address@hidden> skribis:
> Efraim Flashner wrote:
>> 'guix size git' => 411 MiB
>> 'guix size git pcre' => 413 MiB
>>
>> 'guix size grep' => 71.4 MiB
>> 'guix size grep pcre' => 71.4 MiB
>
> I take this as a clear ‘no -minimal needed’? PCRE is already
> core-updates material, so no reason there.
Yeah, it sounds like we should make this change.
However, I hear that ‘core-updates’ is super frozen right now. But note
that we could change the ‘grep’ package anytime, just note the
‘grep-final’ thing in commencement.scm.
IOW, if we’re cautious, we should be able to add PCRE support to grep
and Git in ‘master’ without triggering a full rebuild.
Thanks,
Ludo’.