[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#51774: [PATCH v2] gnu: font-adobe-source-code-pro: Update to 2.032R-
From: |
Liliana Marie Prikler |
Subject: |
bug#51774: [PATCH v2] gnu: font-adobe-source-code-pro: Update to 2.032R-ro-1.052R-it-1.012R-VAR. |
Date: |
Wed, 17 Nov 2021 18:17:57 +0100 |
User-agent: |
Evolution 3.34.2 |
Hi,
Am Mittwoch, den 17.11.2021, 12:25 +0000 schrieb phodina:
> Hi Liliana,
>
> > This regexp could be simplified by noticing that it's always
> >
> > <VERSION>R-<TAG>/<VERSION>R-<TAG>/<VERSION>R-<TAG>, whereas we use
> >
> > <VERSION>R-<TAG>-<VERSION>R-<TAG>-<VERSION>R-<TAG>. So simply use a
> >
> > regexp that matches <VERSION>R-<TAG>- and then replace just the
> > dash
> >
> > with a slash. That being said, I'm not sure how much cleaner this
> > is
> >
> > compared to let-binding
> >
> > Cheers.
>
> Thanks. I saw the pattern just I have issue writing down the regexp
> in Guile. Now you made me learn them properly :-D
>
>
> * gnu/packages/fonts (font-adobe-source-code-pro): Update to
> 2.032R-ro-1.052R-it-1.012R-VAR and update regexp in commit.
--
Please really really really insert comments that shouldn't turn up in
the commit log here. It makes it way easier if we don't have to strip
them.
Pushed with some slight adjustments to the ChangeLog and aforementioned
stripping.
Cheers