PATCHES - Countdown to July 10

2023-07-07 Thread Colin Campbell
Here is the current countdown report. The next countdown will begin on July 10th. A list of all merge requests can be found here: https://gitlab.com/lilypond/lilypond/-/merge_requests?sort=label_priority Push: !2054 More simplifications of texi2html setup - Jonas Hahnfeld https://gitlab.

Re: No applicable method for #< - (4)> in call

2023-07-07 Thread Jean Abou Samra
Le vendredi 07 juillet 2023 à 14:43 +0200, Jean Abou Samra a écrit : > Le vendredi 07 juillet 2023 à 14:15 +0200, David Kastrup a écrit : > > Yikes.  Looks like the bytecode compiler/optimizer/whatever converts (- ) or > > something like it into (- 0 ) > Indeed. https://debbugs.gnu.org/cgi/bugre

Re: No applicable method for #< - (4)> in call

2023-07-07 Thread Jean Abou Samra
Le vendredi 07 juillet 2023 à 14:15 +0200, David Kastrup a écrit : > Yikes.  Looks like the bytecode compiler/optimizer/whatever converts > (- ) or something like it into (- 0 ) Indeed. ``` $ cat minus.scm (use-modules (oop goops)) (define-class () (bar #:init-keyword #:bar)) (define-me

Re: No applicable method for #< - (4)> in call

2023-07-07 Thread David Kastrup
Dan Eble writes: > I'm hitting this on master after (roughly) autogen.sh; make; make bytecode. > > ``` > $ out/bin/lilypond ~/lilypond-src/input/regression/other/display-lily-tests.ly > GNU LilyPond 2.25.7 (running Guile 2.2) > Processing > `/home/user/lilypond-src/input/regression/other/display

No applicable method for #< - (4)> in call

2023-07-07 Thread Dan Eble
I'm hitting this on master after (roughly) autogen.sh; make; make bytecode. ``` $ out/bin/lilypond ~/lilypond-src/input/regression/other/display-lily-tests.ly GNU LilyPond 2.25.7 (running Guile 2.2) Processing `/home/user/lilypond-src/input/regression/other/display-lily-tests.ly' [...] /home/user