Re: Rewrite Skyline code (issue 547980044 by hanw...@gmail.com)

2020-04-20 Thread nine . fierce . ballads
https://codereview.appspot.com/547980044/diff/548010043/lily/skyline.cc File lily/skyline.cc (right): https://codereview.appspot.com/547980044/diff/548010043/lily/skyline.cc#newcode348 lily/skyline.cc:348: result.push_back (buildings->at (0)); at() involves a boundary check that is not necessary

Re: Obviate method_finder methods (issue 551780043 by d...@gnu.org)

2020-04-20 Thread dak
On 2020/04/21 00:43:02, dak wrote: > On 2020/04/20 23:26:07, Dan Eble wrote: > > On 2020/04/20 19:36:39, dak wrote: > > > Polish and extend tools in callback.hh > > > > LGTM. > > > > I have a hunch that the MFPn_WRAP macros could be turned into something more > > typical of C++, but I don't blame

Re: Obviate method_finder methods (issue 551780043 by d...@gnu.org)

2020-04-20 Thread dak
On 2020/04/20 23:26:07, Dan Eble wrote: > On 2020/04/20 19:36:39, dak wrote: > > Polish and extend tools in callback.hh > > LGTM. > > I have a hunch that the MFPn_WRAP macros could be turned into something more > typical of C++, but I don't blame you for resting at this point. Not without a lot

Re: Obviate method_finder methods (issue 551780043 by d...@gnu.org)

2020-04-20 Thread nine . fierce . ballads
On 2020/04/20 19:36:39, dak wrote: > Polish and extend tools in callback.hh LGTM. I have a hunch that the MFPn_WRAP macros could be turned into something more typical of C++, but I don't blame you for resting at this point. https://codereview.appspot.com/551780043/

Re: Annoying 'langdefs.py' warning

2020-04-20 Thread Werner LEMBERG
> It loads its languages from langdefs.py, and therefore outputs the > following unhelpful warning: > > langdefs.py: warning: lilypond-doc gettext domain not found. > > I understand 'therefore' as 'expectedly' here. Well, yes, but it's still annoying. Since I don't see any reason to have thi

Re: Annoying 'langdefs.py' warning

2020-04-20 Thread Jonas Hahnfeld
Am Montag, den 20.04.2020, 19:10 +0200 schrieb Francisco Vila: > El 19/4/20 a las 17:12, Jonas Hahnfeld escribió: > > IIRC langdefs.py complains that we set LANG=C > > in the build process. > > Contributor manual says in website-build: > > % > > create-weblinks-itexi.py creates a loa

Re: Documentation: Remove deprecated skeleton-update (issue 545910043 by jonas.hahnf...@gmail.com)

2020-04-20 Thread jonas . hahnfeld
On 2020/04/20 09:09:22, fedelogy wrote: > On 2020/04/19 15:04:38, hahnjo wrote: > > As I'm not doing translations myself, it would be great if somebody familiar > > with the process could comment on the faith of > > scripts/auxiliar/texi-skeleton-update.py: It's not failing, but to me doesn't > > l

Re: Annoying 'langdefs.py' warning

2020-04-20 Thread Francisco Vila
El 19/4/20 a las 17:12, Jonas Hahnfeld escribió: IIRC langdefs.py complains that we set LANG=C in the build process. Contributor manual says in website-build: % create-weblinks-itexi.py creates a load of texi macros (of the order of 1000) similar to: (...) It loads its lan

Remove unnecessary includes of dispatcher.hh (issue 555700043 by d...@gnu.org)

2020-04-20 Thread lemzwerg--- via Discussions on LilyPond development
LGTM https://codereview.appspot.com/555700043/

Re: Issue #1204: fix font-name-add-files regtest (issue 573730044 by v.villen...@gmail.com)

2020-04-20 Thread v . villenave
Reviewers: dak, Message: On 2020/04/20 12:05:15, dak wrote: > https://codereview.appspot.com/573730044/diff/583810043/input/regression/font-name-add-files.ly > File input/regression/font-name-add-files.ly (right): > > https://codereview.appspot.com/573730044/diff/583810043/input/regression/font-n

Issue #1204: fix font-name-add-files regtest (issue 573730044 by v.villen...@gmail.com)

2020-04-20 Thread dak
https://codereview.appspot.com/573730044/diff/583810043/input/regression/font-name-add-files.ly File input/regression/font-name-add-files.ly (right): https://codereview.appspot.com/573730044/diff/583810043/input/regression/font-name-add-files.ly#newcode25 input/regression/font-name-add-files.ly:

Re: Issue #1204: Document, and add regtest for, external fonts. (issue 557640051 by v.villen...@gmail.com)

2020-04-20 Thread Valentin Villenave
On 4/19/20, David Kastrup wrote: > However, there are a few > other problems with that regtest that should likely show with Guile-2 > (sometimes?). Could you elaborate as to what I need to watch out for? I’ve tested it successfully with Guile 2.2 here (but history has teached us that unforeseen s

Re: Documentation: Remove deprecated skeleton-update (issue 545910043 by jonas.hahnf...@gmail.com)

2020-04-20 Thread fedelogy
On 2020/04/19 15:04:38, hahnjo wrote: > As I'm not doing translations myself, it would be great if somebody familiar > with the process could comment on the faith of > scripts/auxiliar/texi-skeleton-update.py: It's not failing, but to me doesn't > look like doing anything helpful either. I remembe

Re: Use a hash table for the lexer keywords (issue 549920043 by hanw...@gmail.com)

2020-04-20 Thread jonas . hahnfeld
LGTM, nice cleanup. https://codereview.appspot.com/549920043/

Re: Use a hash table for the lexer keywords (issue 549920043 by hanw...@gmail.com)

2020-04-20 Thread hanwenn
https://codereview.appspot.com/549920043/diff/553940043/lily/include/lily-lexer.hh File lily/include/lily-lexer.hh (right): https://codereview.appspot.com/549920043/diff/553940043/lily/include/lily-lexer.hh#newcode23 lily/include/lily-lexer.hh:23: #include On 2020/04/20 08:17:05, hahnjo wrote:

Re: Use a hash table for the lexer keywords (issue 549920043 by hanw...@gmail.com)

2020-04-20 Thread jonas . hahnfeld
https://codereview.appspot.com/549920043/diff/553940043/lily/include/lily-lexer.hh File lily/include/lily-lexer.hh (right): https://codereview.appspot.com/549920043/diff/553940043/lily/include/lily-lexer.hh#newcode23 lily/include/lily-lexer.hh:23: #include Please put C++ includes last. I know t

Use a hash table for the lexer keywords (issue 549920043 by hanw...@gmail.com)

2020-04-20 Thread lemzwerg--- via Discussions on LilyPond development
LGTM https://codereview.appspot.com/549920043/

Re: Issue #1204: Document, and add regtest for, external fonts. (issue 557640051 by v.villen...@gmail.com)

2020-04-20 Thread Jonas Hahnfeld
Am Sonntag, den 19.04.2020, 23:24 +0200 schrieb David Kastrup: > Jonas Hahnfeld writes: > > To avoid this from happening again, can we please have the rule that > > whoever reverts a commit or backs it out of staging is to provide > > guidance on what's actually wrong? My feeling is that we could