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,gmane.lisp.guile.devel Subject: Re: Can't make a stack from a continuation Date: Mon, 27 Dec 2004 23:23:53 +0000 Message-ID: <41D09989.4040308@ossau.uklinux.net> References: <41A23580.6070702@ossau.uklinux.net> <41A635F5.2030303@ossau.uklinux.net> <41C2398D.9040402@ossau.uklinux.net> <41CCA0B5.2070107@ossau.uklinux.net> <41CCA222.4040004@ossau.uklinux.net> <871xdfqo24.fsf@zagadka.de> <41CD462C.8040300@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 1104189894 29987 80.91.229.6 (27 Dec 2004 23:24:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Dec 2004 23:24:54 +0000 (UTC) Cc: bug-guile@gnu.org, guile-devel@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Dec 28 00:24:49 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 1Cj4EK-0007UM-00 for ; Tue, 28 Dec 2004 00:24:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cj4P9-0004Wm-CB for guile-bugs@m.gmane.org; Mon, 27 Dec 2004 18:35:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cj4P2-0004QS-82 for bug-guile@gnu.org; Mon, 27 Dec 2004 18:35:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cj4P0-0004P8-6u for bug-guile@gnu.org; Mon, 27 Dec 2004 18:35:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cj4P0-0004Oy-2Y; Mon, 27 Dec 2004 18:35:50 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cj4Ds-0006jM-1g; Mon, 27 Dec 2004 18:24:20 -0500 Original-Received: from laruns (host81-130-27-25.in-addr.btopenworld.com [81.130.27.25]) by mail3.uklinux.net (Postfix) with ESMTP id 9276C409FB2; Mon, 27 Dec 2004 23:24:18 +0000 (UTC) Original-Received: from [127.0.0.1] (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id A50B36F777; Mon, 27 Dec 2004 23:23:54 +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: <41CD462C.8040300@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:2370 gmane.lisp.guile.devel:4594 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4594 Neil Jerram wrote: > > Yes, will do. Probably not today, though :-) This is now complete. Two notes: - In HEAD, I moved the new tests from eval.test to continuations.test, as the latter seems more appropriate. (I only used eval.test in 1.6 in order to avoid having to create a new file.) - In 1.6, scm_t_ptrdiff is not available, so I used long instead. Regards, Neil _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile