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: Sun, 15 Nov 2009 22:25:11 +0000 Message-ID: <878we7h1dk.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> <87hbtg7ese.fsf@ossau.uklinux.net> <87bpjn36yt.fsf@ossau.uklinux.net> <87pr7l1an5.fsf@ossau.uklinux.net> <5FF30596-EBBF-452A-A987-6195073BE52D@raeburn.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258323948 22438 80.91.229.12 (15 Nov 2009 22:25:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Nov 2009 22:25:48 +0000 (UTC) Cc: guile-devel To: Ken Raeburn Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Nov 15 23:25:41 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 1N9nXR-0000kN-1B for guile-devel@m.gmane.org; Sun, 15 Nov 2009 23:25:41 +0100 Original-Received: from localhost ([127.0.0.1]:32768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9nXQ-00088H-Cp for guile-devel@m.gmane.org; Sun, 15 Nov 2009 17:25:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9nX7-0007s6-5T for guile-devel@gnu.org; Sun, 15 Nov 2009 17:25:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9nX2-0007nk-KT for guile-devel@gnu.org; Sun, 15 Nov 2009 17:25:20 -0500 Original-Received: from [199.232.76.173] (port=58572 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9nX2-0007nd-7p for guile-devel@gnu.org; Sun, 15 Nov 2009 17:25:16 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:42725) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9nX1-0006HG-Rk for guile-devel@gnu.org; Sun, 15 Nov 2009 17:25:16 -0500 Original-Received: from arudy (host86-145-153-90.range86-145.btcentralplus.com [86.145.153.90]) by mail3.uklinux.net (Postfix) with ESMTP id 35CBF1F68B7; Sun, 15 Nov 2009 22:25:15 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id AB34938024; Sun, 15 Nov 2009 22:25:11 +0000 (GMT) In-Reply-To: (Ken Raeburn's message of "Sat, 14 Nov 2009 23:34:54 -0500") 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:9673 Archived-At: Ken Raeburn writes: > Here's my revised patch. I've simplified the check, and it still > passes the tests (except the options tests that were just committed > with a log message indicating that they don't pass) and doesn't crash > under SCM_DEBUG. Thanks. The revised patch looks correct to me, so please commit it. > More details in the comments might be nice, I think, > but I'm not familiar enough with that part of the code to fill them > in, and I'd rather get back to my Emacs hacking than spend a lot more > time on that right now. Sounds good to me! Regards, Neil