lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2745 in lilypond: clef change confuses manual


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2745 in lilypond: clef change confuses manual key signature
Date: Sat, 18 Aug 2012 07:39:24 +0000


Comment #17 on issue 2745 by address@hidden: clef change confuses manual key signature
http://code.google.com/p/lilypond/issues/detail?id=2745

"Parsed object should be dead" is a message concerning object types that should have been garbage-collected at the end of a LilyPond file. Garbage collection is finicky and may well differ under different optimization options.

Now if an object is not dead at the end of one file, it is unlikely to be dead at the end of the next file, so the collating manner in which files get compiled in a random order makes the diff spectacularly useless for figuring out just what test leaves undead objects.

Maybe I need to enter them in a weak hash table in order to ignore them once they have been announced.




reply via email to

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