From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: latest cvs and srfi-1 for-each Date: Sat, 01 Feb 2003 07:37:11 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87k7glknlk.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044048988 29945 80.91.224.249 (31 Jan 2003 21:36:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 31 Jan 2003 21:36:28 +0000 (UTC) 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 18eipe-0007mK-01 for ; Fri, 31 Jan 2003 22:36:19 +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 18eiqu-00060N-06 for guile-devel@m.gmane.org; Fri, 31 Jan 2003 16:37:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18eiqk-00060G-00 for guile-devel@gnu.org; Fri, 31 Jan 2003 16:37:26 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18eiqj-0005zu-00 for guile-devel@gnu.org; Fri, 31 Jan 2003 16:37:25 -0500 Original-Received: from sunny.pacific.net.au ([203.25.148.40]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eiqi-0005zh-00 for guile-devel@gnu.org; Fri, 31 Jan 2003 16:37:24 -0500 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h0VLbMKR023936 for ; Sat, 1 Feb 2003 08:37:22 +1100 (EST) Original-Received: from localhost (ppp53.dyn228.pacific.net.au [203.143.228.53]) by wisma.pacific.net.au with ESMTP id IAA07426 for ; Sat, 1 Feb 2003 08:37:20 +1100 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 18eiqW-0002Lz-00; Sat, 01 Feb 2003 07:37:12 +1000 Original-To: guile-devel@gnu.org User-Agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.2 (i386-pc-linux-gnu) 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:1889 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1889 In the latest cvs built on a recent i386 debian, srfi-1 for-each seems to have stopped working, (use-modules (srfi srfi-1)) (for-each noop '(1 2) '(3 4)) gives Backtrace: In standard input: 5: 0* [for-each # (1 2) (3 4)] standard input:5:1: In procedure for-each in expression (for-each noop (quote #) ...): standard input:5:1: Wrong type argument in position 3: (3 4) ABORT: (wrong-type-arg) whereas I expected it to do nothing, which is what it does without the srfi-1 module, or in either mode in 1.6.1. I noticed it in a program that used srfi-1 for other purposes and happened then to get the enhanced for-each. In any case I expect this is work in progress, but just so long as someone knows, or if it might form some sort of test case. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel