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: compiling with -DSCM_DEBUG=1 Date: Fri, 30 Oct 2009 21:28:01 +0000 Message-ID: <87hbtg7ese.fsf@ossau.uklinux.net> References: <87ljky5ug4.fsf@gnu.org> <86DCB6A5-5CBD-4779-8FEE-7DFD345C9775@raeburn.org> <8763ac726h.fsf@ossau.uklinux.net> <2E027DD8-E640-4A63-93B6-9E595FF57424@raeburn.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256938125 30569 80.91.229.12 (30 Oct 2009 21:28:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Oct 2009 21:28:45 +0000 (UTC) Cc: guile-devel To: Ken Raeburn Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Oct 30 22:28:38 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 1N3z1R-0000K2-DE for guile-devel@m.gmane.org; Fri, 30 Oct 2009 22:28:37 +0100 Original-Received: from localhost ([127.0.0.1]:55811 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3z1Q-0003Em-NO for guile-devel@m.gmane.org; Fri, 30 Oct 2009 17:28:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3z10-00039M-Ly for guile-devel@gnu.org; Fri, 30 Oct 2009 17:28:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3z0w-00038u-T7 for guile-devel@gnu.org; Fri, 30 Oct 2009 17:28:10 -0400 Original-Received: from [199.232.76.173] (port=42444 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3z0w-00038r-NB for guile-devel@gnu.org; Fri, 30 Oct 2009 17:28:06 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:38823) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3z0v-00022M-FT for guile-devel@gnu.org; Fri, 30 Oct 2009 17:28:06 -0400 Original-Received: from arudy (host86-147-112-196.range86-147.btcentralplus.com [86.147.112.196]) by mail3.uklinux.net (Postfix) with ESMTP id C2D2C1F67B1; Fri, 30 Oct 2009 21:28:03 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id A554F38024; Fri, 30 Oct 2009 21:28:01 +0000 (GMT) In-Reply-To: (Ken Raeburn's message of "Thu, 29 Oct 2009 18:16:17 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (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:9614 Archived-At: Ken Raeburn writes: > At Andy's suggestion, re-posting the still-pending part that needs > review. Without these changes, the code in the loops applies SCM_CAR > to non-pair objects. > > GUILE_AUTO_COMPILE=0 \ > ../meta/uninstalled-env \ > guile-tools compile -Wunbound-variable -o "ice-9/debugger.go" > "../../ > guile/module/ice-9/debugger.scm" > Non-pair accessed with SCM_C[AD]R: `# . #{initargs\ 2866}#)>' > > This patch is my best guess, but I'm not very familiar with the code... I don't know... Even though this code is destined for the dustbin soon anyway, I'd prefer if we understood it! I'll have another go at working it out over the weekend. Neil