bug-guile
[Top][All Lists]
Advanced

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

Re: 1.8.2 srfi-19 warns about current-time


From: Jon Wilson
Subject: Re: 1.8.2 srfi-19 warns about current-time
Date: Sun, 07 Oct 2007 12:18:06 -0400
User-agent: Thunderbird 1.5.0.13 (X11/20070824)

Hi Gregory,
From the very page you linked:

SRFI-19, on the other hand, exports its own version of |current-time| (see SRFI-19 Time <http://www.gnu.org/software/guile/manual/html_node/SRFI_002d19-Time.html#SRFI_002d19-Time>) which is not compatible with the core |current-time| function (see Time <http://www.gnu.org/software/guile/manual/html_node/Time.html#Time>). Therefore, SRFI-19 does not use |#:replace|.

Regards,
Jon


Gregory Marton wrote:
In guile-1.8.2 (use-modules (srfi srfi-19)) warns:
   WARNING: (guile-user): imported module (srfi srfi-19) overrides core
   binding `current-time'

Apparently one can control this using the #:replace keyword:
http://www.gnu.org/software/guile/manual/html_node/Creating-Guile-Modules.html#Creating-Guile-Modules

Is there some reason srfi-19 doesn't use this?

Thanks,
Grem


_______________________________________________
Bug-guile mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-guile





reply via email to

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