Re: Prepare for encoding changes in Python 3 (issue 573280043 by jonas.hahnf...@gmail.com)

2019-11-24 Thread nine . fierce . ballads
On 2019/11/24 11:47:01, hahnjo wrote: On 2019/11/23 16:45:17, Dan Eble wrote: > If an XML file is opened as a binary file, will the treatment of > platform-specific line endings become inconvenient for some people? I hope it does not: Once we know it's really text, the code will call decode('u

Guile-2.9.5 shortcut for gettext changed

2019-11-24 Thread Thomas Morley
Hi, after recent release of guile-2.9.5 https://lists.gnu.org/archive/html/guile-devel/2019-11/msg00016.html I tried it out for building LilyPond. (with my usual guile-patches) Obviously the short-cut `_´ for `gettext´ is replaced by `G_´ (see above link) Though, I can't simply replace one by the

Re: Avoid easy warnings with Clang (issue 573270043 by jonas.hahnf...@gmail.com)

2019-11-24 Thread jonas . hahnfeld
On 2019/11/24 17:24:07, lemzwerg wrote: > AFAICT this already works with GCC because it just > returns an error code: [...] OK. This deserves a comment IMHO. Ok, will add a description of the status-quo for GCC. https://codereview.appspot.com/573270043/

Re: Avoid easy warnings with Clang (issue 573270043 by jonas.hahnf...@gmail.com)

2019-11-24 Thread lemzwerg--- via Discussions on LilyPond development
AFAICT this already works with GCC because it just returns an error code: [...] OK. This deserves a comment IMHO. https://codereview.appspot.com/573270043/

Re: Avoid easy warnings with Clang (issue 573270043 by jonas.hahnf...@gmail.com)

2019-11-24 Thread jonas . hahnfeld
On 2019/11/24 15:13:56, lemzwerg wrote: Please extend this patch to cover gcc, too. AFAICT this already works with GCC because it just returns an error code: $ gcc -Wnot-there -x c /dev/null gcc: error: unrecognized command line option ‘-Wnot-there’ $ echo $? 1 https://codereview.appspot.com

Re: Avoid easy warnings with Clang (issue 573270043 by jonas.hahnf...@gmail.com)

2019-11-24 Thread lemzwerg--- via Discussions on LilyPond development
Please extend this patch to cover gcc, too. https://codereview.appspot.com/573270043/

Re: configure: Fix tests for compiler warning flags. (issue 551210043 by lemzw...@googlemail.com)

2019-11-24 Thread lemzwerg--- via Discussions on LilyPond development
Reviewers: hahnjo, Message: I don't think we should go this hacky way. For Clang I'm already fixing this issue with https://sourceforge.net/p/testlilyissues/issues/5608/ (Especially the confdefs.h should be fixed correctly, by untangling AutoConf and StepMake and not define the macro twice i

looks like Savannah is down at the moment

2019-11-24 Thread James
Hello, I saw master and staging were OoS and ran patchy but got this error: --snip-- fatal: unable to connect to git.sv.gnu.org: git.sv.gnu.org[0: 209.51.188.201]: errno=No route to host git.sv.gnu.org[1: 2001:470:142:5::201]: errno=Network is unreachable --snip-- James

Re: Implement MeasureAttachedSpanner (issue 571180043 by david.nales...@gmail.com)

2019-11-24 Thread sphema72
Dear Sir/Madam . I want to know something, how to get nulled to someone's business system and do whatever I like to do. https://codereview.appspot.com/571180043/

Re: Implement MeasureAttachedSpanner (issue 571180043 by david.nales...@gmail.com)

2019-11-24 Thread sphema72
how to wipe my dept & how to put money on y bank account ,pay pall . useing development tool . because What I have lean while im seching things ,is the is no thing such as money .It just a number123... we work hard to get that number https://codereview.appspot.com/571180043/

Re: Prepare for encoding changes in Python 3 (issue 573280043 by jonas.hahnf...@gmail.com)

2019-11-24 Thread jonas . hahnfeld
Reviewers: lemzwerg, Dan Eble, Message: On 2019/11/23 16:45:17, Dan Eble wrote: > 3. Open midi and musicxml files in binary mode > Only decode once we are sure that the content is not compressed. If an XML file is opened as a binary file, will the treatment of platform-specific line endings b

configure: Fix tests for compiler warning flags. (issue 551210043 by lemzw...@googlemail.com)

2019-11-24 Thread jonas . hahnfeld
I don't think we should go this hacky way. For Clang I'm already fixing this issue with https://sourceforge.net/p/testlilyissues/issues/5608/ (Especially the confdefs.h should be fixed correctly, by untangling AutoConf and StepMake and not define the macro twice in the first place.) https://code