Re: Fixing regressions and serious issues

2022-07-24 Thread Jonas Hahnfeld via Discussions on LilyPond development
On Wed, 2022-07-20 at 13:56 +0200, Thomas Morley wrote: > Am Mi., 20. Juli 2022 um 11:40 Uhr schrieb Jonas Hahnfeld via > Discussions on LilyPond development : > > > > On Thu, 2022-07-14 at 17:38 +0200, Jean Abou Samra wrote: > > > * “GUILE 2.2 doesn't provide source locations” > > > > > >htt

Re: Fixing regressions and serious issues

2022-07-24 Thread Jean Abou Samra
Le 24/07/2022 à 17:20, Jonas Hahnfeld a écrit : I didn't want to imply this problem isn't important, but it's also difficult to address (at least from my attempts). https://gitlab.com/lilypond/lilypond/-/merge_requests/1510

LilyPond 2.23.11

2022-07-24 Thread Jonas Hahnfeld via Discussions on LilyPond development
We are happy to announce the release of LilyPond 2.23.11. This is termed a development release, but these are usually reliable. However, if you require stability, we recommend using version 2.22.2, the current stable release. Please refer to the Installing section in the Learning Manual for instruc

Re: LilyPond 2.23.11

2022-07-24 Thread Knute Snortum
On Sun, Jul 24, 2022 at 10:44 AM Jonas Hahnfeld via LilyPond user discussion wrote: > > We are happy to announce the release of LilyPond 2.23.11. This is > termed a development release, but these are usually reliable. However, > if you require stability, we recommend using version 2.22.2, the > cu

Re: LilyPond 2.23.11

2022-07-24 Thread Knute Snortum
On Sun, Jul 24, 2022 at 1:25 PM Knute Snortum wrote: > > On Sun, Jul 24, 2022 at 10:44 AM Jonas Hahnfeld via LilyPond user > discussion wrote: > > > > We are happy to announce the release of LilyPond 2.23.11. This is > > termed a development release, but these are usually reliable. However, > > i

Re: LilyPond 2.23.11

2022-07-24 Thread Jean Abou Samra
Le 24/07/2022 à 22:33, Knute Snortum a écrit : On Sun, Jul 24, 2022 at 1:25 PM Knute Snortum wrote: On Sun, Jul 24, 2022 at 10:44 AM Jonas Hahnfeld via LilyPond user discussion wrote: We are happy to announce the release of LilyPond 2.23.11. This is termed a development release, but these

Re: LilyPond 2.23.11

2022-07-24 Thread Knute Snortum
-- Knute Snortum On Sun, Jul 24, 2022 at 2:08 PM Jean Abou Samra wrote: > > > > Le 24/07/2022 à 22:33, Knute Snortum a écrit : > > On Sun, Jul 24, 2022 at 1:25 PM Knute Snortum wrote: > >> On Sun, Jul 24, 2022 at 10:44 AM Jonas Hahnfeld via LilyPond user > >> discussion wrote: > >>> We are hap

Re: LilyPond 2.23.11

2022-07-24 Thread Jean Abou Samra
Le 25/07/2022 à 00:32, Knute Snortum a écrit : Okay, it's even stranger than I thought. It's this URL: https://lilypond.org/doc/v2.23/Documentation/web/unix ...but the only way I can get to it is: https://lilypond.org/doc/v2.23/Documentation -> web -> download -> unix. It must be a Google th

Re: LilyPond 2.23.11

2022-07-24 Thread Jean Abou Samra
Le 25/07/2022 à 00:36, Jean Abou Samra a écrit : Le 25/07/2022 à 00:32, Knute Snortum a écrit : Okay, it's even stranger than I thought. It's this URL: https://lilypond.org/doc/v2.23/Documentation/web/unix ...but the only way I can get to it is: https://lilypond.org/doc/v2.23/Documentation

as_ly_scm_list

2022-07-24 Thread Jean Abou Samra
lily-lexer.cc contains    for (SCM scope : as_ly_scm_list (scopes_)) ly_use_module (module, scope); When I read this code again after modifying it some time ago, my reaction was "what, scopes_ will be SCM_EOL at the end of this iteration, didn't I introduce a big bad bug??", but inserting d