From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: bug#9883: R6RS fold-left Date: Tue, 01 Nov 2011 01:13:38 +0100 Message-ID: <877h3khf7x.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1320106437 27401 80.91.229.12 (1 Nov 2011 00:13:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Nov 2011 00:13:57 +0000 (UTC) Cc: 9883-done@debbugs.gnu.org To: Ian Price Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Nov 01 01:13:53 2011 Return-path: Envelope-to: guile-bugs@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 1RL1zE-00020q-9x for guile-bugs@m.gmane.org; Tue, 01 Nov 2011 01:13:52 +0100 Original-Received: from localhost ([::1]:53860 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RL1zD-0003Jn-Q2 for guile-bugs@m.gmane.org; Mon, 31 Oct 2011 20:13:51 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RL1zB-0003Jh-CL for bug-guile@gnu.org; Mon, 31 Oct 2011 20:13:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RL1zA-0002oC-Hz for bug-guile@gnu.org; Mon, 31 Oct 2011 20:13:49 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RL1zA-0002o4-GK for bug-guile@gnu.org; Mon, 31 Oct 2011 20:13:48 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RL21K-0004Co-0I for bug-guile@gnu.org; Mon, 31 Oct 2011 20:16:02 -0400 Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-guile@gnu.org Resent-Date: Tue, 01 Nov 2011 00:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 9883 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Mail-Followup-To: 9883@debbugs.gnu.org, ludo@gnu.org Original-Received: via spool by 9883-done@debbugs.gnu.org id=D9883.132010656116156 (code D ref 9883); Tue, 01 Nov 2011 00:16:01 +0000 Original-Received: (at 9883-done) by debbugs.gnu.org; 1 Nov 2011 00:16:01 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RL21I-0004CW-3U for submit@debbugs.gnu.org; Mon, 31 Oct 2011 20:16:01 -0400 Original-Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RL21F-0004CN-KL for 9883-done@debbugs.gnu.org; Mon, 31 Oct 2011 20:15:58 -0400 X-IronPort-AV: E=Sophos;i="4.69,435,1315173600"; d="scan'208";a="115925277" Original-Received: from reverse-83.fdn.fr (HELO pluto) ([80.67.176.83]) by mail4-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 01 Nov 2011 01:13:41 +0100 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 11 Brumaire an 220 de la =?UTF-8?Q?R=C3=A9volution?= 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 In-Reply-To: (Ian Price's message of "Wed, 26 Oct 2011 21:43:16 +0100") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 31 Oct 2011 20:16:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5899 Archived-At: Hi Ian, Ian Price skribis: > According to the R6RS the accumulator should be the first argument of > the combiner[0], not the last as in SRFI 1[1]. > > I've attached a patch to fix this, and the use of fold-left in > define-record-type. Applied with minor changes in the commit log. Thanks! Ludo=E2=80=99.