From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: New module system option :duplicates Date: 12 Mar 2003 17:34:03 +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> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047487064 12219 80.91.224.249 (12 Mar 2003 16:37:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2003 16:37:44 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Mar 12 17:37:40 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 18t9E4-00037O-00 for ; Wed, 12 Mar 2003 17:37:08 +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 18t9D4-0007XL-09 for guile-devel@m.gmane.org; Wed, 12 Mar 2003 11:36:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18t9C8-0006lr-00 for guile-devel@gnu.org; Wed, 12 Mar 2003 11:35:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18t9BC-0006Ax-00 for guile-devel@gnu.org; Wed, 12 Mar 2003 11:34:11 -0500 Original-Received: from krusty.dt.e-technik.uni-dortmund.de ([129.217.163.1] helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18t9B9-00069K-00 for guile-devel@gnu.org; Wed, 12 Mar 2003 11:34:07 -0500 Original-Received: from burns.dt.e-technik.uni-dortmund.de (burns.dt.e-technik.uni-dortmund.de [129.217.163.19]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 0CE26A381D; Wed, 12 Mar 2003 17:34:05 +0100 (CET) Original-Received: by burns.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id 381344105A; Wed, 12 Mar 2003 17:34:03 +0100 (CET) Original-To: djurfeldt@nada.kth.se In-Reply-To: Original-Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 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:2074 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2074 Mikael Djurfeldt writes: > 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. Ok! Please make (replace warn last) the default, then. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel