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 Subject: Re: Possibly strange fluid errors Date: Thu, 16 Jun 2011 19:49:18 +0200 Message-ID: <87oc1xfyzl.fsf@pobox.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1308248469 13273 80.91.229.12 (16 Jun 2011 18:21:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Jun 2011 18:21:09 +0000 (UTC) Cc: bug-guile@gnu.org To: Francis Southern Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jun 16 20:20:59 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QXHBb-0005RN-3J for guile-bugs@m.gmane.org; Thu, 16 Jun 2011 20:20:59 +0200 Original-Received: from localhost ([::1]:46120 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXHBZ-0004bl-Hi for guile-bugs@m.gmane.org; Thu, 16 Jun 2011 14:20:57 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXGh3-0004en-QK for bug-guile@gnu.org; Thu, 16 Jun 2011 13:49:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXGh1-0002Ov-Rx for bug-guile@gnu.org; Thu, 16 Jun 2011 13:49:25 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:48683 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXGh1-0002On-HQ for bug-guile@gnu.org; Thu, 16 Jun 2011 13:49:23 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 191685851; Thu, 16 Jun 2011 13:51:33 -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; s=sasl; bh=I1tJUb06EIQ80chUqcBn7g++lUs=; b=NAhIZb 9Kz1vPvHtohyqCXLGV2DN4z1VUQbtTIHL//h67uVs0qFAEEr0aEl+f8mNZBQszao T8TA0p/3eF9yT8sIZi/pXVKAUO/nLvkkEVOqxrS4Hhp09b248co8+rTLre1TLfca hMveYvS0usG1cX57k19T7J7a3KFCPfzFDKDDw= 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; q=dns; s=sasl; b=fgbeD+xk+r9ER8wWIY86b4U/YsZv49HC BtDiSzYo02cWYGJfuKny9Glqh2fiaAc4NTiIZx0Raj9u5b7gmauHz/OT+vuPGkzC 4FqJoYi+ofqLWy0x91F0N6SOWVmhaHy6vack7QLrKya+BYVTQn+NvIdEYchStTGm gEzE2dVUUFg= 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 123D65850; Thu, 16 Jun 2011 13:51:33 -0400 (EDT) Original-Received: from badger (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 65525584E; Thu, 16 Jun 2011 13:51:32 -0400 (EDT) In-Reply-To: (Francis Southern's message of "Mon, 13 Jun 2011 21:57:19 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: 4563517C-9841-11E0-97C0-5875C023C68D-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.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5644 Archived-At: On Mon 13 Jun 2011 22:57, Francis Southern writes: > FAIL: fluids.test: initial fluid values: fluid-ref uninitialized fluid is #f > FAIL: fluids.test: with-fluids with non-fluid: fluids not modified if > nonfluid passed to with-fluids > FAIL: fluids.test: with-fluids with duplicate fluid: original value restored Fixed. It was an error reallocating fluid numbers. Thanks, Andy -- http://wingolog.org/