guile-user
[Top][All Lists]
Advanced

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

Re: Guile 2 deprecated procedure and SLIB


From: Andy Wingo
Subject: Re: Guile 2 deprecated procedure and SLIB
Date: Fri, 08 Feb 2013 10:32:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On Fri 08 Feb 2013 04:17, Mark H Weaver <address@hidden> writes:

> Andy Wingo <address@hidden> writes:
>
>> On Sat 02 Feb 2013 00:03, Andrew Bernard <address@hidden> writes:
>>
>>> In the latest top CVS of SLIB (as of Feb 2013), with Guile 2.0.7, the
>>> procedure used in the common lisp time section decode-universal-time use
>>> the deprecated procedure list->uniform-array.
> [...]
>>> I am new to Scheme, and not sure how to handle this. Not wanting to
>>> enable the use of deprecated procedures, how does one proceed?
>>
>> Deprecated procedures are enabled by default; you'd have to do something
>> special to disable them.  For now I would just deal with it or file a
>> patch with SLIB to replace this function.
>
> Unfortunately, 'list->uniform-array' is not merely deprecated; it has
> been removed entirely from Guile 2.0.

Ah, you are correct.  Deprecated around 2005-01-10 by Marius, and
removed by me in 2009 with 86d88a223c64276e7cd9b4503e7e2ecca5aae320.

NEWS says that list->typed-array is the thing to use instead.

Andy
-- 
http://wingolog.org/



reply via email to

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