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.
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
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
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
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