From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] `any' and `every' in `(oop goops util)' Date: Wed, 07 Dec 2005 01:11:36 +0200 Message-ID: <8764q14y8n.fsf@zagadka.de> References: <87psq0pmyy.fsf@laas.fr> <87oe5k9dj1.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133911373 17056 80.91.229.2 (6 Dec 2005 23:22:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Dec 2005 23:22:53 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Dec 07 00:22:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ejm61-00058Y-Eh for guile-devel@m.gmane.org; Wed, 07 Dec 2005 00:19:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ejm6E-0003Qb-A1 for guile-devel@m.gmane.org; Tue, 06 Dec 2005 18:19:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EjlyW-0005Yu-My for guile-devel@gnu.org; Tue, 06 Dec 2005 18:11:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EjlyU-0005Xm-3v for guile-devel@gnu.org; Tue, 06 Dec 2005 18:11:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EjlyT-0005XZ-OM for guile-devel@gnu.org; Tue, 06 Dec 2005 18:11:53 -0500 Original-Received: from [213.243.153.37] (helo=smtp1.pp.htv.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EjlzD-0005t7-Q8 for guile-devel@gnu.org; Tue, 06 Dec 2005 18:12:40 -0500 Original-Received: from zagadka.ping.de (cs181072157.pp.htv.fi [82.181.72.157]) by smtp1.pp.htv.fi (Postfix) with SMTP id CA93F7FC55 for ; Wed, 7 Dec 2005 01:11:36 +0200 (EET) Original-Received: (qmail 6424 invoked by uid 1000); 6 Dec 2005 23:11:36 -0000 Original-To: guile-devel@gnu.org In-Reply-To: <87oe5k9dj1.fsf@zip.com.au> (Kevin Ryde's message of "Fri, 21 Oct 2005 05:47:14 +1000") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5471 Archived-At: >> The `(oop goops util)' module currently exports its own version of `any' and >> `every', which is unnecessary and causes warnings to be issued when >> `(srfi srfi-1)' is being used. > > When using (oop goops) ? I'm not sure (oop goops util) is meant to be > used outside the goops implementation. (oop goops util) is not meant to be used outside the goops implementation. I'd rather not touch it for cosmetic purposes only... :-) -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel