This is now
https://gitlab.com/lilypond/lilypond/-/issues/6474
Thanks everyone,
Jean
OpenPGP_signature
Description: OpenPGP digital signature
Le 20/11/2022 à 16:08, Jean-Julien Fleck a écrit :
It's working fine for me on macOS with the latest 2.23.81 with both
places of #(debug-enable 'backtrace)
Thanks for testing.
By the way, is it expected that the «lilypond git repository» link is
pointed toward savannah rather than gitlab on
Hello Jean,
Le dim. 20 nov. 2022 à 13:38, Jean Abou Samra a écrit :
> \version "2.23.81"
>
> #(ly:set-option 'compile-scheme-code)
> #(debug-enable 'backtrace)
>
> #(display (+ 2 2))
> #(use-modules (ice-9 match)
>(ice-9 hash-table)
>(oop goops))
>
>
> Knowing if
On 20.11.2022 13:56, Jean Abou Samra wrote:
Ah, sorry, the snippet was silly. Please use this one instead:
\version "2.23.81"
#(debug-enable 'backtrace)
#(ly:set-option 'compile-scheme-code)
#(display (+ 2 2))
#(use-modules (ice-9 match)
(ice-9 hash-table)
(oo
Le 20/11/2022 à 13:53, Robin Bannister a écrit :
On 20.11.2022 13:37, Jean Abou Samra wrote:
I wonder if -dcompile-scheme-code is broken for everyone on Windows
or just for some. (If it's broken for everyone, I'm surprised that
this is only noticed now ...)
Can a few people on Windows please
On 20.11.2022 13:37, Jean Abou Samra wrote:
I wonder if -dcompile-scheme-code is broken for everyone on Windows
or just for some. (If it's broken for everyone, I'm surprised that
this is only noticed now ...)
Can a few people on Windows please try compiling this and report back:
See attached