Let scheme-sandbox use system-repl with guile-2.x (issue 319520043 by thomasmorle...@gmail.com)

2017-03-21 Thread thomasmorley65
Reviewers: , Message: Please review Description: Let scheme-sandbox use system-repl with guile-2.x This fixes the warning returned by guile-2.x `scm-style-repl' in the default environment is deprecated. Find it in the `(ice-9 scm-style-repl)' module instead, or better

Issue 5097: reach HorizontalBracketText through directed tweak (issue 317460043 by david.nales...@gmail.com)

2017-03-21 Thread david . nalesnik
Reviewers: , Message: Please review. Thanks! Description: Issue 5097: reach HorizontalBracketText through directed tweak HorizontalBracketText is now caused by HorizontalBracket, rather than the same note-grouping event. Fix a number of programming errors caused by commit for Issue 5064.

Re: Copyright update script

2017-03-21 Thread Hans Ă…berg
> On 21 Mar 2017, at 13:56, Urs Liska wrote: > So please review this script carefully and look for unintended behaviour… Depending on the setup you have, if the Flex & Bison source files are altered, their generated files might need to be regenerated.

Copyright update script

2017-03-21 Thread Urs Liska
Am 21.03.2017 um 11:21 schrieb Urs Liska: > > Am 21.03.2017 um 11:11 schrieb Phil Holmes: >> "Urs Liska" wrote in message >> news:bbe7ead5-ea04-abcf-e08c-9a2ae3dce...@openlilylib.org... >>> lilypond --version >>> GNU LilyPond 2.19.57 >>> >>> Copyright (c) 1996--2015 by >>>

Re: Degenerate file access patterns

2017-03-21 Thread Han-Wen Nienhuys
the repeating syscall is the read, on the same file descriptor. If fontconfig failed a cache, you'd more likely see open() = 6 read(6, .. ) close(6) open() = 6 read(6, .. ) close(6) I think. I'll have a look again tonight. Maybe I can attach a debugger (my machine has long lost the

Re: Release issues?

2017-03-21 Thread Urs Liska
Am 21.03.2017 um 06:47 schrieb Graham Percival: > Proposed fix: https://codereview.appspot.com/316350043 > > In order to test it, I did upload website.make to the server and > build the website, and that version is still in use for the hourly > cronjob. I figured that since the previous one