Re: Guile 64-bit Windows support, redux

2025-03-22 Thread Developers list for Guile, the GNU extensibility library
On Thu, 2025-03-20 at 09:21 -0700, Mike Gran wrote: > "Dr. Arne Babenhauserheide" writes: > > Did you manage to move forward with the patches? > > That CI/CD is running my old Guile patchset. So now I'm actually ready > to replace my Guile patchset with mainline Guile and then the Lilypond > pat

Re: Issue with list-index from SRFI-1

2025-03-22 Thread lloda
This has been bothering people for a long time. You can find complaints about it in the lists going 20 years back. In my opinion, it is a bug. Part of the problem is that anything that is defined in boot-9.scm is public. The builtin has never been documented. We should deprecate it and eventu