From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: Problem with apply-frame trap in 1.6 and 1.7 Date: Fri, 17 Dec 2004 00:07:48 +0000 Message-ID: <41C22354.7040401@ossau.uklinux.net> References: <41892436.3030401@ossau.uklinux.net> <418A97E6.6090905@ossau.uklinux.net> <41C0746C.4020605@ossau.uklinux.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1103242351 6176 80.91.229.6 (17 Dec 2004 00:12:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Dec 2004 00:12:31 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Dec 17 01:12:26 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cf5jO-00079a-00 for ; Fri, 17 Dec 2004 01:12:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cf5te-0007fL-7p for guile-bugs@m.gmane.org; Thu, 16 Dec 2004 19:23:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cf5pt-0006DL-Pt for bug-guile@gnu.org; Thu, 16 Dec 2004 19:19:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cf5ps-0006Cd-9t for bug-guile@gnu.org; Thu, 16 Dec 2004 19:19:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cf5pr-0006Bx-S6 for bug-guile@gnu.org; Thu, 16 Dec 2004 19:19:08 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cf5f1-0007h2-Ry for bug-guile@gnu.org; Thu, 16 Dec 2004 19:07:56 -0500 Original-Received: from laruns (host81-130-122-81.in-addr.btopenworld.com [81.130.122.81]) by mail3.uklinux.net (Postfix) with ESMTP id 05232409FCA; Fri, 17 Dec 2004 00:07:54 +0000 (UTC) Original-Received: from [127.0.0.1] (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 0F8326FD58; Fri, 17 Dec 2004 00:07:48 +0000 (GMT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5 X-Accept-Language: en Original-To: Marius Vollmer In-Reply-To: <41C0746C.4020605@ossau.uklinux.net> 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: main.gmane.org gmane.lisp.guile.bugs:2287 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:2287 Neil Jerram wrote: > > Yes, in CVS 1.6.x I do have that change. I'm sorry - when I reported > this I was working with a 1.6.4 release, I think (possibly 1.6.5). > > So I guess that should fix the problem, because the hashtable here is > using hashq - I'll check and let you know. Yes, the use of hashq fixes the problem that I reported, so no further change is needed - good news. (And for the record, that change was made on 2004-08-11, which means it was included in 1.6.5 (2004-09-19) but not in 1.6.4 (2003-04-21).) When you get a moment, could you also look at my patch for stacks.c, which makes (call-with-current-continuation make-stack) work? Thanks, Neil _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile