From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: early termination for `map' Date: Fri, 06 May 2011 17:41:56 +0200 Message-ID: <8762pnj0or.fsf@gnu.org> References: <8739kt2jxb.fsf@gnu.org> <87r58clwzc.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1304696542 4298 80.91.229.12 (6 May 2011 15:42:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 May 2011 15:42:22 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 06 17:42:18 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QINAY-0003xq-9x for guile-devel@m.gmane.org; Fri, 06 May 2011 17:42:18 +0200 Original-Received: from localhost ([::1]:49705 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QINAX-0005dp-KY for guile-devel@m.gmane.org; Fri, 06 May 2011 11:42:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QINAR-0005cp-Q8 for guile-devel@gnu.org; Fri, 06 May 2011 11:42:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QINAQ-0002dn-4M for guile-devel@gnu.org; Fri, 06 May 2011 11:42:11 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:42578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QINAP-0002dO-Qg for guile-devel@gnu.org; Fri, 06 May 2011 11:42:10 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QINAO-0003sR-E3 for guile-devel@gnu.org; Fri, 06 May 2011 17:42:08 +0200 Original-Received: from 193.50.110.208 ([193.50.110.208]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 May 2011 17:42:08 +0200 Original-Received: from ludo by 193.50.110.208 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 May 2011 17:42:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 59 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 193.50.110.208 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 =?iso-8859-1?Q?Flor=E9al?= an 219 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:3XElroeXoAvby3EHOtID9enQ0bY= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12444 Archived-At: Hi Andy, Andy Wingo writes: > Hi, > > On Thu 05 May 2011 22:21, ludo@gnu.org (Ludovic Courtès) writes: > >> Yes, and I think we can keep rewriting SRFI-1 in Scheme, even in 2.0. >> >>> So I implemented map in Scheme >> >> Ooh, interesting. :-) > > I pushed to stable-2.0. Let me know if you want me to back it out. It seems to break fresh builds (from ): --8<---------------cut here---------------start------------->8--- GUILEC texinfo/plain-text.go Backtrace: In system/base/compile.scm: 192: 19 [read-and-compile # #:from ...] 204: 18 [lp (# # # # ...) # #] 170: 17 [lp (#) (define # #) ...] In ice-9/boot-9.scm: 2103: 16 [save-module-excursion #] In language/scheme/compile-tree-il.scm: 31: 15 [#] In ice-9/psyntax.scm: 1034: 14 [chi-top-sequence ((define # #)) () ((top)) ...] 1003: 13 [#] 1530: 12 [chi-simple-lambda (# . #) () (()) ...] 1420: 11 [parse (((# # #) . #(syntax-object # # #))) () () () () () ()] In ice-9/boot-9.scm: 541: 10 [map # ((# . #))] In ice-9/psyntax.scm: 1253: 9 [# string-concatenate (#)] In ice-9/boot-9.scm: 541: 8 [map # (#)] In ice-9/psyntax.scm: 1186: 7 [chi (map-in-order stexi->plain-text body) (# # #) (# # #) ...] 1121: 6 [syntax-type (map-in-order stexi->plain-text body) (# # #) (# # #) ...] 1106: 5 [syntax-type map-in-order (# # #) (# # #) ...] 583: 4 [lookup map-in-order (# # #) (hygiene texinfo plain-text)] 289: 3 [get-global-definition-hook map-in-order (hygiene texinfo plain-text)] In unknown file: ?: 2 [module-variable # map-in-order] In ice-9/boot-9.scm: 3364: 1 [replace # map-in-order ...] 119: 0 [# wrong-number-of-args ...] ice-9/boot-9.scm:118:20: In procedure #: ice-9/boot-9.scm:118:20: Wrong number of arguments to # make[2]: *** [texinfo/plain-text.go] Error 1 --8<---------------cut here---------------end--------------->8--- Thanks, Ludo’.