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
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile



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

Reply via email to