On 30.07.19 01:39, David Kastrup wrote:
Stracing shows that after 'make all' it is also necessary to execute
'make install' prior to 'make test-baseline' or 'make test-clean'.
That's insane. Having to install LilyPond before being able to test it
makes no sense.
During regression testing we
I'm not sure if this is actually a *development* request or if it could also be
solved at the "user" level.
As Werner showed in https://github.com/jperon/lyluatex/issues/268
(https://github.com/jperon/lyluatex/issues/268) there is an issue with the
output of scores compiled with `lilypond-book-
"Urs Liska" writes:
> I'm not sure if this is actually a *development* request or if it
> could also be solved at the "user" level.
>
> As Werner showed in https://github.com/jperon/lyluatex/issues/268
> (https://github.com/jperon/lyluatex/issues/268) there is an issue with
> the output of scores
30. Juli 2019 11:16, "David Kastrup" schrieb:
> "Urs Liska" writes:
>
>> I'm not sure if this is actually a *development* request or if it
>> could also be solved at the "user" level.
>>
>> As Werner showed in https://github.com/jperon/lyluatex/issues/268
>> (https://github.com/jperon/lyluatex
"Urs Liska" writes:
> 30. Juli 2019 11:16, "David Kastrup" schrieb:
>
>> "Urs Liska" writes:
>>
>>> I'm not sure if this is actually a *development* request or if it
>>> could also be solved at the "user" level.
>>>
>>> As Werner showed in https://github.com/jperon/lyluatex/issues/268
>>> (ht
Reviewers: ,
Message:
Please review. See 'Re: Patchy email' thread in lilypond-devel.
Knut
Description:
Fix relocate-preamble.py bug
In relocate-preamble.py the search
path for python modules is changed.
If a python script / module used
in our regression tests is changed,
the results of "make
On 30.07.19 01:39, David Kastrup wrote:
No, that make test needs a fix. make test is supposed to test the
version in the work directory, not some weird amalgamate between system
installed version and work directory version.
Any idea what would be required here?
Yes.
https://codereview.appsp
Patchset 2 was reviewed, counted down, pushed to staging, made it to
master. Then David's patchy broke because I incorrectly assumed that
every clone of a lilypond repository has a local copy of the master
branch. Consequently the patch was reverted in staging and master.
The fix is obvious, we m