lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix warnings related to po (issue 551830043 by address@hidden)


From: jonas . hahnfeld
Subject: Re: Fix warnings related to po (issue 551830043 by address@hidden)
Date: Sat, 25 Apr 2020 01:36:02 -0700

On 2020/04/24 20:14:36, hahnjo wrote:
> On 2020/04/24 18:25:33, lemzwerg wrote:
> > LGTM, thanks a lot!
> > 
> >
https://codereview.appspot.com/551830043/diff/573740043/po/GNUmakefile
> > File po/GNUmakefile (right):
> > 
> >
>
https://codereview.appspot.com/551830043/diff/573740043/po/GNUmakefile#newcode14
> > po/GNUmakefile:14: sed-makestuff = -e
's/[a-zA-Z_/]*make\[[0-9]*\].*//'
> > shouldn't this be rather '[0-9]\+'?
> > 
> >
>
https://codereview.appspot.com/551830043/diff/573740043/po/GNUmakefile#newcode15
> > po/GNUmakefile:15: sed-edstuff = -e 's/[ \.,adic0-9]*//' -e
's/---//' | sort
> -u
> > I think that within '[...]' you don't have to escape '.'.
> > 
> > And again I would use '\+' instead of '*'.
> 
> To be honest, I have no clue what all of this is doing: I copied it
from
> stepmake/stepmake/podir-targets.make.

After looking through the code once more, this sed magic is only used
for po-changes. This spams the output when running po-update which is
pointless IMO because the one updating lilypond.pot is not going to
update all languages at the same time. Thus, I'm dropping it in the
updated patch set.

https://codereview.appspot.com/551830043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]