From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jon Wilson Newsgroups: gmane.lisp.guile.bugs Subject: Re: 1.8.2 srfi-19 warns about current-time Date: Sun, 07 Oct 2007 12:18:06 -0400 Message-ID: <470906BE.9050207@wilsonjc.us> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1191773906 11861 80.91.229.12 (7 Oct 2007 16:18:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Oct 2007 16:18:26 +0000 (UTC) Cc: bug-guile@gnu.org To: Gregory Marton Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Oct 07 18:18:23 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 1IeYpc-0002Lc-6u for guile-bugs@m.gmane.org; Sun, 07 Oct 2007 18:18:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeYpW-0003Jw-Cy for guile-bugs@m.gmane.org; Sun, 07 Oct 2007 12:18:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IeYpT-0003I2-Ay for bug-guile@gnu.org; Sun, 07 Oct 2007 12:18:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IeYpR-0003GR-Rp for bug-guile@gnu.org; Sun, 07 Oct 2007 12:18:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeYpR-0003GK-Po for bug-guile@gnu.org; Sun, 07 Oct 2007 12:18:05 -0400 Original-Received: from mailgw2.fnal.gov ([131.225.111.12]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IeYpS-0003vU-47 for bug-guile@gnu.org; Sun, 07 Oct 2007 12:18:06 -0400 Original-Received: from mailav2.fnal.gov (mailav2.fnal.gov [131.225.111.20]) by mailgw2.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) with SMTP id <0JPJ00L08UKCSF@mailgw2.fnal.gov> for bug-guile@gnu.org; Sun, 07 Oct 2007 11:18:04 -0500 (CDT) Original-Received: from mailgw1.fnal.gov ([131.225.111.11]) by mailav2.fnal.gov (SAVSMTP 3.1.7.47) with SMTP id M2007100711180312802 for ; Sun, 07 Oct 2007 11:18:03 -0500 Original-Received: from conversion-daemon.mailgw1.fnal.gov by mailgw1.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) id <0JPJ00C01U79BA@mailgw1.fnal.gov> (original mail from jsw@wilsonjc.us) for bug-guile@gnu.org; Sun, 07 Oct 2007 11:18:04 -0500 (CDT) Original-Received: from [192.168.1.105] (cpe-75-187-46-126.columbus.res.rr.com [75.187.46.126]) by mailgw1.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) with ESMTPA id <0JPJ00F0WUM3IJ@mailgw1.fnal.gov>; Sun, 07 Oct 2007 11:18:03 -0500 (CDT) In-reply-to: User-Agent: Thunderbird 1.5.0.13 (X11/20070824) X-Detected-Kernel: Solaris 9 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:3613 Archived-At: 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 ) which is not compatible with the core |current-time| function (see 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