[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26013: (srfi srfi-37) chokes on empty string parameter
From: |
Andy Wingo |
Subject: |
bug#26013: (srfi srfi-37) chokes on empty string parameter |
Date: |
Thu, 20 Apr 2017 10:59:47 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
On Wed 19 Apr 2017 18:32, Thomas Danckaert <address@hidden> writes:
>> On Tue 07 Mar 2017 16:34, Thomas Danckaert <address@hidden>
>> writes:
>>
>>> It looks like Guile's srfi-37 implementation doesn't process empty
>>> string arguments correctly.
> I don't fully understand the code in srfi-37.scm, but I think the fix
> can be as simple as the attached patch (i.e. first check if the argument
> is empty, otherwise check if it starts with \#-).
Applied, thanks :)
Andy