From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] `any' and `every' in `(oop goops util)' Date: Fri, 21 Oct 2005 05:47:14 +1000 Message-ID: <87oe5k9dj1.fsf@zip.com.au> References: <87psq0pmyy.fsf@laas.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1129837854 10629 80.91.229.2 (20 Oct 2005 19:50:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2005 19:50:54 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Oct 20 21:50:46 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESgNp-0000Su-U3 for guile-devel@m.gmane.org; Thu, 20 Oct 2005 21:47:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESgNp-0008Qk-0S for guile-devel@m.gmane.org; Thu, 20 Oct 2005 15:47:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ESgNm-0008QU-F5 for guile-devel@gnu.org; Thu, 20 Oct 2005 15:47:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ESgNl-0008QI-0L for guile-devel@gnu.org; Thu, 20 Oct 2005 15:47:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESgNk-0008QF-UW for guile-devel@gnu.org; Thu, 20 Oct 2005 15:47:20 -0400 Original-Received: from [61.8.0.115] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ESgNk-0008IQ-NR for guile-devel@gnu.org; Thu, 20 Oct 2005 15:47:21 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j9KJlHYq008226 for ; Fri, 21 Oct 2005 05:47:17 +1000 Original-Received: from localhost (ppp2C4C.dyn.pacific.net.au [61.8.44.76]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j9KJlGax029639 for ; Fri, 21 Oct 2005 05:47:17 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1ESgNe-0000eN-00; Fri, 21 Oct 2005 05:47:14 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: <87psq0pmyy.fsf@laas.fr> (Ludovic =?iso-8859-1?Q?Court=E8s's?= message of "Thu, 20 Oct 2005 11:16:37 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (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:5334 Archived-At: ludovic.courtes@laas.fr (Ludovic Court=E8s) writes: > > Hi, > > 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. (There's a non-tail recursive mapappend which could probably benefit from srfi-1 append-map too, incidentally.) _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel