guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Undeprecate read syntax for uniform complex vectors


From: Mark H Weaver
Subject: Re: [PATCH] Undeprecate read syntax for uniform complex vectors
Date: Wed, 06 Apr 2011 16:20:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Andy Wingo <address@hidden> writes:
> On Wed 06 Apr 2011 01:51, Mark H Weaver <address@hidden> writes:
>
>> FYI, I just pushed this fix.
>>
>> * libguile/read.c (scm_read_sharp): Move the "#c..." case outside of
>>   #if SCM_ENABLE_DEPRECATED, and to the same section which handles
>>   "#s...", "#u..." and "#f...".
>>   Thanks to Andreas Rottmann <address@hidden> for the bug report.
>
> Thanks!  What bug does it fix?  Sorry for being obtuse :)

Before this fix, srfi-4.test failed on line 439, when run on a guile
compiled with --disable-deprecated.  That line contains the literal
uniform complex vector #c32(+inf.0 -inf.0 +nan.0)

    Best,
     Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]