Re: bug#73605: [PATCH] Replace SRFI-64 with a new implementation.

2024-10-20 Thread Ludovic Courtès
Tomas, I leave you the satisfaction of closing all the SRFI-64 bugs. :-) Ludo’.

Re: bug#73605: [PATCH] Replace SRFI-64 with a new implementation.

2024-10-20 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Tomas Volf <~@wolfsden.cz> skribis: > >> The bundled (reference) implementation was of somewhat mixed quality and >> it failed to follow standard in multiple places. This commit replaces >> it with a new one, written from scratch to follow the standard as close >>

Re: bug#73605: [PATCH] Replace SRFI-64 with a new implementation.

2024-10-13 Thread Ludovic Courtès
Hi Tomas, Tomas Volf <~@wolfsden.cz> skribis: > The bundled (reference) implementation was of somewhat mixed quality and > it failed to follow standard in multiple places. This commit replaces > it with a new one, written from scratch to follow the standard as close > as possible. > > * module/s

bug#73605: [PATCH] Replace SRFI-64 with a new implementation.

2024-10-02 Thread Tomas Volf
The bundled (reference) implementation was of somewhat mixed quality and it failed to follow standard in multiple places. This commit replaces it with a new one, written from scratch to follow the standard as close as possible. * module/srfi/srfi-64/testing.scm: Delete file. * module/srfi/srfi-64