Re: Don't reload initialization files when processing multiple files (issue 5874044)

2012-03-23 Thread julien . rioux
LGTM http://codereview.appspot.com/5874044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Don't reload initialization files when processing multiple files (issue 5874044)

2012-03-22 Thread graham
On 2012/03/22 09:14:34, dak wrote: Don't overestimate the issue. What is involved here is bleedthrough from init.ly, namely from one parser incarnation to the next. Any bleedthrough in scm is left unchanged. ah, I misunderstood that part. Ok, in that case I feel much better about the pat

Re: Don't reload initialization files when processing multiple files (issue 5874044)

2012-03-22 Thread dak
Reviewers: Graham Percival, Message: On 2012/03/22 03:43:47, Graham Percival wrote: This feels like a dangerous change. Obviously we don't /want/ "bleed-through" of parameters or memory from one file to the next, but I would be shocked if we don't have any of that right now. Don't overest

Don't reload initialization files when processing multiple files (issue 5874044)

2012-03-21 Thread graham
This feels like a dangerous change. Obviously we don't /want/ "bleed-through" of parameters or memory from one file to the next, but I would be shocked if we don't have any of that right now. I also have vague memories of some problems with this in the past. I guesstimate that not reloading ini