[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74030: [PATCH] srfi-64: Accept symbols as test group names.
From: |
Ludovic Courtès |
Subject: |
bug#74030: [PATCH] srfi-64: Accept symbols as test group names. |
Date: |
Sat, 26 Oct 2024 19:20:49 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Tomas Volf <~@wolfsden.cz> skribis:
> The specification mandates a string, but with rationale suggesting symbols
> would be a more natural fit.
>
>> In some ways using symbols would be preferable. However, we want
>> human-readable names, and standard Scheme does not provide a way to include
>> spaces or mixed-case text in literal symbols.
>
> Add support for symbols as implementation extension.
>
> * module/srfi/srfi-64.scm (%cmp-group-name): New procedure.
> (test-end): Use it.
I added “for backwards compatibility with the reference implementation”
and credited Daniel for reporting the issue.
Applied, thanks!
Ludo’.