From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gregory Marton Newsgroups: gmane.lisp.guile.bugs Subject: 1.8.2 srfi-19 warns about current-time Date: Fri, 5 Oct 2007 00:25:28 -0400 (EDT) Message-ID: Reply-To: Gregory Marton NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: sea.gmane.org 1191768507 28905 80.91.229.12 (7 Oct 2007 14:48:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Oct 2007 14:48:27 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Oct 07 16:48:24 2007 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IeXQc-0004xR-I4 for guile-bugs@m.gmane.org; Sun, 07 Oct 2007 16:48:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeXQJ-0000Xd-Tx for guile-bugs@m.gmane.org; Sun, 07 Oct 2007 10:48:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Idoyi-0000E1-Gz for bug-guile@gnu.org; Fri, 05 Oct 2007 11:20:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Idoyh-0000D5-2e for bug-guile@gnu.org; Fri, 05 Oct 2007 11:20:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Idoyg-0000Cv-Ju for bug-guile@gnu.org; Fri, 05 Oct 2007 11:20:34 -0400 Original-Received: from outgoing.csail.mit.edu ([128.30.2.149]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Idoyg-0000aR-Eu for bug-guile@gnu.org; Fri, 05 Oct 2007 11:20:34 -0400 Original-Received: from ashmore.csail.mit.edu ([128.30.44.32]) by outgoing.csail.mit.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Idown-0003R5-Du for bug-guile@gnu.org; Fri, 05 Oct 2007 11:18:37 -0400 Original-Received: from gremio (helo=localhost) by ashmore.csail.mit.edu with local-esmtp (Exim 4.50) id 1Ideki-0007xV-Gv for bug-guile@gnu.org; Fri, 05 Oct 2007 00:25:28 -0400 X-Detected-Kernel: Linux 2.6 (newer, 3) X-Mailman-Approved-At: Sun, 07 Oct 2007 10:48:00 -0400 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3612 Archived-At: 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