From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mikael Djurfeldt Newsgroups: gmane.lisp.guile.devel Subject: Re: New module system option :duplicates Date: Wed, 12 Mar 2003 16:18:30 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: References: <87ptp3b5ak.fsf@zagadka.ping.de> <87fzpsocbn.fsf@zagadka.ping.de> Reply-To: djurfeldt@nada.kth.se NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047483089 23813 80.91.224.249 (12 Mar 2003 15:31:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2003 15:31:29 +0000 (UTC) Cc: djurfeldt@nada.kth.se Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Mar 12 16:31:28 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18t89L-0005sE-00 for ; Wed, 12 Mar 2003 16:28:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18t89m-0003Z5-0F for guile-devel@m.gmane.org; Wed, 12 Mar 2003 10:28:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18t87U-0001k7-00 for guile-devel@gnu.org; Wed, 12 Mar 2003 10:26:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18t80b-0006at-00 for guile-devel@gnu.org; Wed, 12 Mar 2003 10:19:09 -0500 Original-Received: from kvast.blakulla.net ([213.212.20.77]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18t7zw-0006EP-00 for guile-devel@gnu.org; Wed, 12 Mar 2003 10:18:28 -0500 Original-Received: from barbara.blakulla.net ([213.212.21.238] helo=linnaeus) by kvast.blakulla.net with esmtp (Exim 3.36 #1 (Debian)) id 18t7zr-0004qs-00; Wed, 12 Mar 2003 16:18:23 +0100 Original-Received: from mdj by linnaeus with local (Exim 3.36 #1 (Debian)) id 18t7zy-0000mm-00; Wed, 12 Mar 2003 16:18:30 +0100 Original-To: Marius Vollmer In-Reply-To: <87fzpsocbn.fsf@zagadka.ping.de> (Marius Vollmer's message of "12 Mar 2003 16:05:00 +0100") User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 Original-cc: guile-devel@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2073 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2073 Marius Vollmer writes: > Would > > (warn last) > > work? Certainly, but (replace warn last) is probably better, since it is highly likely to be a bug if for example (srfi srfi-1) doesn't get to provide its extended versions of map, for-each etc. Placing `replace' first also avoids most of the warning messages that we'd otherwise have for a large number of Guile modules. M _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel