Re: Moving most initialization to .scm files

2022-09-05 Thread Jean Abou Samra
Le 05/09/2022 à 21:22, Thomas Morley a écrit : Am Mo., 5. Sept. 2022 um 19:50 Uhr schrieb Jonas Hahnfeld via Discussions on LilyPond development : On Sun, 2022-09-04 at 22:38 +0200, Jean Abou Samra wrote: This needs to be done for lots of code in lots of files, so it will be quite a major ch

Re: Moving most initialization to .scm files

2022-09-05 Thread Thomas Morley
Am Mo., 5. Sept. 2022 um 21:34 Uhr schrieb Jonas Hahnfeld : > > On Mon, 2022-09-05 at 21:22 +0200, Thomas Morley wrote: > > Am Mo., 5. Sept. 2022 um 19:50 Uhr schrieb Jonas Hahnfeld via > > Discussions on LilyPond development : > > > > > > On Sun, 2022-09-04 at 22:38 +0200, Jean Abou Samra wrote: >

Re: Moving most initialization to .scm files

2022-09-05 Thread Jonas Hahnfeld via Discussions on LilyPond development
On Mon, 2022-09-05 at 21:22 +0200, Thomas Morley wrote: > Am Mo., 5. Sept. 2022 um 19:50 Uhr schrieb Jonas Hahnfeld via > Discussions on LilyPond development : > > > > On Sun, 2022-09-04 at 22:38 +0200, Jean Abou Samra wrote: > > > This needs to be done for lots of code in lots of files, so it wil

Re: Moving most initialization to .scm files

2022-09-05 Thread Thomas Morley
Am Mo., 5. Sept. 2022 um 19:50 Uhr schrieb Jonas Hahnfeld via Discussions on LilyPond development : > > On Sun, 2022-09-04 at 22:38 +0200, Jean Abou Samra wrote: > > This needs to be done for lots of code in lots of files, so it will be > > quite a major change to the source even though it is just

Re: Moving most initialization to .scm files

2022-09-05 Thread Jean Abou Samra
Le 05/09/2022 à 19:50, Jonas Hahnfeld a écrit : On Sun, 2022-09-04 at 22:38 +0200, Jean Abou Samra wrote: This needs to be done for lots of code in lots of files, so it will be quite a major change to the source even though it is just a straightforward translation. I don't like this idea very m

Re: Moving most initialization to .scm files

2022-09-05 Thread Jonas Hahnfeld via Discussions on LilyPond development
On Sun, 2022-09-04 at 22:38 +0200, Jean Abou Samra wrote: > This needs to be done for lots of code in lots of files, so it will be > quite a major change to the source even though it is just a straightforward > translation. I don't like this idea very much just two weeks before branching for a new

Re: Moving most initialization to .scm files

2022-09-04 Thread Dan Eble
On Sep 4, 2022, at 16:38, Jean Abou Samra wrote: > > it will create conflicts with everyone's WIP local branches This is obviously unwelcome. I would need to read a lot before I would have a hope of speaking competently on this issue, and I'm very busy right now. — Dan

Moving most initialization to .scm files

2022-09-04 Thread Jean Abou Samra
Hi, The long saga of https://gitlab.com/lilypond/lilypond/-/merge_requests/1510 continues ... The problem I am currently tackling is startup speed. When byte-compiling the code in .ly files, startup time increases from 0.3s to 0.8s, which is not quite acceptable. This is because the Guile byte