[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#73605: [PATCH] Replace SRFI-64 with a new implementation.
From: |
Ludovic Courtès |
Subject: |
bug#73605: [PATCH] Replace SRFI-64 with a new implementation. |
Date: |
Sun, 20 Oct 2024 21:24:20 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Ludovic Courtès <ludo@gnu.org> 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
>> as possible.
>>
>> * module/srfi/srfi-64/testing.scm: Delete file.
>> * module/srfi/srfi-64.scm: Replace with new implementation.
>> * am/bootstrap.am (srfi/srfi-64.go): Remove extra dependencies.
>> (NOCOMP_SOURCES): Remove srfi/srfi-64/testing.scm.
>> * test-suite/tests/srfi-64-test.scm
>> ("8.6.1. Simple (form 1) test-apply")
>> ("8.6.2. Simple (form 2) test-apply"): Adjust tests to follow the
>> specification.
[...]
> Everyone, please speak up if you object. If there are no objections
> within a week or so, I’d like to apply it.
Pushed as ad90f45a8c4fd00add44c214863850a425f787a0, thanks Tomas!
Ludo’.