From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: trace examples broken in master Date: Tue, 01 Sep 2009 23:16:35 +0100 Message-ID: <87ab1enwe4.fsf@arudy.ossau.uklinux.net> References: <2bc5f8210907091222v6d3a3b8cqd91050a02b9d4f9c@mail.gmail.com> <87r5wj6626.fsf@arudy.ossau.uklinux.net> <87r5uty5qh.fsf@arudy.ossau.uklinux.net> <2bc5f8210908300810v7afae448x13b1acb88ce113b6@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1251844099 15629 80.91.229.12 (1 Sep 2009 22:28:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2009 22:28:19 +0000 (UTC) Cc: guile-devel To: Julian Graham Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Sep 02 00:28:12 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mibph-0007Gy-Ry for guile-devel@m.gmane.org; Wed, 02 Sep 2009 00:28:10 +0200 Original-Received: from localhost ([127.0.0.1]:60456 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mibph-0002E3-6A for guile-devel@m.gmane.org; Tue, 01 Sep 2009 18:28:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mibec-0004dY-4q for guile-devel@gnu.org; Tue, 01 Sep 2009 18:16:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MibeX-0004Vd-Ah for guile-devel@gnu.org; Tue, 01 Sep 2009 18:16:41 -0400 Original-Received: from [199.232.76.173] (port=58126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MibeX-0004VE-3j for guile-devel@gnu.org; Tue, 01 Sep 2009 18:16:37 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:36496) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MibeW-0004l8-Pu for guile-devel@gnu.org; Tue, 01 Sep 2009 18:16:37 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id D65961F6651; Tue, 1 Sep 2009 23:16:35 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 40DB438021; Tue, 1 Sep 2009 23:16:35 +0100 (BST) In-Reply-To: <2bc5f8210908300810v7afae448x13b1acb88ce113b6@mail.gmail.com> (Julian Graham's message of "Sun\, 30 Aug 2009 11\:10\:16 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:9245 Archived-At: Julian Graham writes: >> This should all be fixed in master now. =A0Can you have a go and let me >> know if you still see any problems? > > Just built from HEAD. The errors I reported earlier are gone, but I'm > still not getting any trace output from the `rev' example in the > manual. I'm sorry, I didn't actually try running those examples myself, and I still haven't done that yet now - but just a thought: did you try with=20 ,o interp #t so as to use the evaluator instead of the compiler + VM ? It's absolutely expected that all the trap stuff doesn't work yet with the VM. (It's on my list!) Neil