[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Improbable offset for stencil
From: |
Werner LEMBERG |
Subject: |
Re: Improbable offset for stencil |
Date: |
Fri, 19 Jul 2024 22:29:21 +0000 (UTC) |
> Does the (bug?) report I sent get a ticket in
> https://gitlab.com/lilypond/lilypond/-/issues ?
Not yet, I was busy, sorry.
> I ran your suggested - "branch regression test":
> [@master, test-baseline, bytecode, @MyBranch, bytecode, check]
> Indeed lots of regtests failures.
>
> Another fix attempt is attached.
Thanks! Please submit a Merge Request, if possible; this allows other
people to have a look.
> If I knew how to debug Scheme code, I might have come with a finer
> solution.
Assuming you want to know the value of Scheme expression `foo`, you
might insert `(ly:message "foo: ~a" foo)` into the Scheme code to get
relevant output on the console. Then do `make bytecode`, then run
your test code. For playing around with LilyPond's Scheme engine you
might also try the sandbox:
```
rlwrap <build>/out/bin/lilypond scheme-sandbox
```
(Using the external `rlwrap` program makes working on the sandbox
command line *much* more comfortable.)
> To my surprise, also (attached)
> build/input/regression/midi/out/midi.diff Could it be that I missed
> something in the "branch regression test" ?
I don't know what's going on, sorry. But looking at the version diffs
(2.25.0 vs. 2.14.0) the problem seems to be elsewhere with running the
test suite, so for the moment, I believe, you can ignore those MIDI
tests.
Werner
- Improbable offset for stencil, Yotam Medini יותם מדיני, 2024/07/12
- Re: Improbable offset for stencil, Werner LEMBERG, 2024/07/15
- Re: Improbable offset for stencil, Yotam Medini יותם מדיני, 2024/07/19
- Re: Improbable offset for stencil,
Werner LEMBERG <=
- Re: Improbable offset for stencil, Jean Abou Samra, 2024/07/19
- Re: Improbable offset for stencil, Yotam Medini יותם מדיני, 2024/07/20
- Re: Improbable offset for stencil, Thomas Morley, 2024/07/21
- Re: Improbable offset for stencil, Yotam Medini יותם מדיני, 2024/07/26
- Re: Improbable offset for stencil, Thomas Morley, 2024/07/26