lilypond-devel
[Top][All Lists]
Advanced

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

Re: guile-3.0 and LilyPond - here: /input/regression/context-defaultchil


From: David Kastrup
Subject: Re: guile-3.0 and LilyPond - here: /input/regression/context-defaultchild-cycle.ly fails
Date: Wed, 22 Jan 2020 01:23:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> Am Mi., 22. Jan. 2020 um 00:59 Uhr schrieb David Kastrup <address@hidden>:
>>
>>
>>  #(ly:set-option 'warning-as-error #t)
>>  %% not sure why these warnings appear twice [dfe]
>> -#(ly:expect-warning (_ "default child context begins a cycle: `~a'") 'Score)
>> -#(ly:expect-warning (_ "cannot find or create new `~a'") 'Bottom)
>> -#(ly:expect-warning (_ "default child context begins a cycle: `~a'") 'Score)
>> -#(ly:expect-warning (_ "cannot find or create new `~a'") 'Bottom)
>> +#(ly:expect-warning (_ "default child context begins a cycle: ~a") 'Score)
>> +#(ly:expect-warning (_ "cannot find or create context: ~a") 'Bottom)
>> +#(ly:expect-warning (_ "default child context begins a cycle: ~a") 'Score)
>> +#(ly:expect-warning (_ "cannot find or create context: ~a") 'Bottom)
>>
>>  \header {
>>    texidoc = "A @code{\\defaultchild} cycle does not induce an endless loop.
>
> Got it, many thanks
>
>>
>> So why is that patch not in your
>> input/regression/context-defaultchild-cycle ?
>
> Obviously I patched this regtest (to reflect new guile-3 shortcut of
> gettext), _before_ Dan corrected it.
> And prefered my patch during solving the merge-conflict, without
> noticing the correction.

Ah right, that gettext thing.  Forgot about that.

-- 
David Kastrup



reply via email to

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