From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs,gmane.lisp.guile.devel Subject: Re: exit & dynamic wind Date: Wed, 30 Mar 2011 23:28:06 +0200 Message-ID: References: <829692.18881.qm@web37908.mail.mud.yahoo.com> 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 1301520495 3493 80.91.229.12 (30 Mar 2011 21:28:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Mar 2011 21:28:15 +0000 (UTC) Cc: "bug-guile@gnu.org" , Ian Price , guile-devel , Neil Jerram To: Mike Gran Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Mar 30 23:28:10 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q52vw-0008AQ-LQ for guile-bugs@m.gmane.org; Wed, 30 Mar 2011 23:28:08 +0200 Original-Received: from localhost ([127.0.0.1]:43128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q52vw-0000UY-4Q for guile-bugs@m.gmane.org; Wed, 30 Mar 2011 17:28:08 -0400 Original-Received: from [140.186.70.92] (port=53805 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q52vp-0000UO-4U for bug-guile@gnu.org; Wed, 30 Mar 2011 17:28:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q52vn-0007RR-LZ for bug-guile@gnu.org; Wed, 30 Mar 2011 17:28:01 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:44300 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q52vn-0007RM-It; Wed, 30 Mar 2011 17:27:59 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id B007B47DC; Wed, 30 Mar 2011 17:29:46 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=ES3sF+79W6MM HWAbXYQx+8H+Wl0=; b=xOFq1DL9sPpg/LUMQp9Jglo0qmKFbabh+GZZ4iXNhNLY 2UOOq+BzEzpnXqrIfdS/OOFdjAZs3E6V9xa69MzftnNYTc0J8fpQHHH+y1aH8zaG /7SJBVlrJyc09ozQvpG+BHq6TPYK/2zd99ITIKXtYxxF2yMNPVS2hFiwfTJqixI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=dJpTEQ +0KNt01HlDhjvfEhyEHD8xr0QEQwbUhADa+Smtliv69j23pp+/68inY9ZZ+BqrxA HuPTnPxwcNDzSkXcyo/CRvz2tUgZyg8KVX2vWa/G7+9tjQf+qYs98IIl4KfIAdaa R/ORHinbrEJxqXSD9fBEYCPktjPnG21WGRAfw= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 5642747DA; Wed, 30 Mar 2011 17:29:41 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id CD8B047D5; Wed, 30 Mar 2011 17:29:33 -0400 (EDT) In-Reply-To: <829692.18881.qm@web37908.mail.mud.yahoo.com> (Mike Gran's message of "Wed, 30 Mar 2011 12:06:49 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: D2A69D38-5B14-11E0-A6FF-E8AB60295C12-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5393 gmane.lisp.guile.devel:12097 Archived-At: On Wed 30 Mar 2011 21:06, Mike Gran writes: > ----- Original Message ----- >> From:Neil Jerram >> To:Andy Wingo >> Cc:bug-guile@gnu.org; Ian Price ; guile-devel= >> Sent:Wednesday, March 30, 2011 11:31 AM >> Subject:Re: exit & dynamic wind >>=20 >> Andy Wingo writes: >>=20 >> >>> |=C2=A0 GEN=C2=A0 =C2=A0 guile-procedures.texi >> >>> | guile: uncaught throw to wrong-type-arg: (#f Wrong type=20 >> (expecting ~A): ~S (exact integer (#t #=20 >> #)) ((#t #=20 >> #))) >> > >> > This, it turns out, was something more pernicious, fixed in >> > 572eef50c2d902d34427945dd504ba03af666e48. >>=20 >> Thanks for the fix.=C2=A0 I'm afraid I struggled to understand the chang= e, >> though - although I admit it may be largely my fault, as I'm not up to >> speed with VM or prompt internals.=C2=A0 Nevertheless, would it perhaps = be >> worth a bit more commenting or a test, for future readers? > > This likely closes out bug 32340, by the way. Interesting! Thanks for the cross-link; closed that bug. It probably is indeed the same thing. Andy --=20 http://wingolog.org/