lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5217 rand


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5217 random results for the merge-rests-engraver regression test
Date: Mon, 28 Oct 2019 21:32:32 -0000

Huh. It contains a call
+ vector_sort (dots, pure_position_less);
which uses a non-stable sort I guess. One could check whether using vector_stable_sort makes any difference. Not that I have a clue what I am doing here... The problem is that likely even with a stable sort, the order of comparisons is not guaranteed, and the code looks like it triggers some semi-recursive evaluation.


[issues:#5217] random results for the merge-rests-engraver regression test

Status: New
Created: Fri Oct 20, 2017 07:28 AM UTC by Knut Petersen
Last Updated: Tue Oct 31, 2017 11:33 PM UTC
Owner: Knut Petersen
Attachments:

There is some randomness in the placement of dots. The merge-rests-engraver.ly regtest (git-version557dc7) exposes the problem as the output might be one of the two attached pngs. The probability for both results is identical on my system.


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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