On Tue, Mar 17, 2020 at 10:20:01PM +0100, Ludovic Courtès wrote:
> "pelzflorian (Florian Pelz)" <[email protected]> skribis:
> > `LC_ALL=tr_TR.utf8 make check` is still very unhappy though.
> > There are many failures. I will continue to investigate later today.
>
> OK.
The tests fail to many other uses of [a-z] in regexps. I will look;
for e.g. guix/import/cran.scm
(if (string-match "^[A-Za-z][^ :]+:( |\n|$)" line)
…)
it would be easier and clearer to just list [a-z] explicitly:
> LGTM, thank you!
:) Pushed as 771c5e155d7862ed91a5d503eecc00c1db1150ad.
Regards,
Florian