From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: pass at srfi-89 implementation Date: Mon, 18 Aug 2008 11:41:47 -0700 Message-ID: References: <2bc5f8210805022037t73e3e30ay835ad4814e308397@mail.gmail.com> <87od72gidl.fsf@gnu.org> <2bc5f8210805191328o33656ab2ue07daf5f372c6610@mail.gmail.com> <87ve198hxr.fsf@gnu.org> <2bc5f8210805242208q503c33bfj96cb1f1a8fb2594d@mail.gmail.com> <87lk1w19aw.fsf@gnu.org> <2bc5f8210807272119r2102e523ocd115e538a525d40@mail.gmail.com> <87sktbrcw2.fsf@gnu.org> <2bc5f8210808161419x25fefebcp922d5def09958610@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219166458 7586 80.91.229.12 (19 Aug 2008 17:20:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Aug 2008 17:20:58 +0000 (UTC) Cc: =?utf-8?Q?Ludovic_Court=C3=A8s?= , guile-devel@gnu.org To: "Julian Graham" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Aug 19 19:21:51 2008 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 1KVUtk-0007Ew-4f for guile-devel@m.gmane.org; Tue, 19 Aug 2008 19:21:36 +0200 Original-Received: from localhost ([127.0.0.1]:39675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVUsm-0008L4-T9 for guile-devel@m.gmane.org; Tue, 19 Aug 2008 13:20:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVUsQ-0008C6-7N for guile-devel@gnu.org; Tue, 19 Aug 2008 13:20:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVUsP-0008Bs-Pb for guile-devel@gnu.org; Tue, 19 Aug 2008 13:20:13 -0400 Original-Received: from [199.232.76.173] (port=35698 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVUsP-0008Bp-KS for guile-devel@gnu.org; Tue, 19 Aug 2008 13:20:13 -0400 Original-Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:64540 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KVUsL-0000nn-TY; Tue, 19 Aug 2008 13:20:10 -0400 Original-Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id 0C45A6021B; Tue, 19 Aug 2008 13:15:45 -0400 (EDT) Original-Received: from unquote (c-76-105-207-11.hsd1.or.comcast.net [76.105.207.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 51C9B6021A; Tue, 19 Aug 2008 13:15:42 -0400 (EDT) In-Reply-To: <2bc5f8210808161419x25fefebcp922d5def09958610@mail.gmail.com> (Julian Graham's message of "Sat, 16 Aug 2008 17:19:56 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Pobox-Relay-ID: 757A5EFC-6E12-11DD-A93E-3113EBD4C077-02397024!a-sasl-quonix.pobox.com X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:7473 Archived-At: Hi Julian, On Sat 16 Aug 2008 14:19, "Julian Graham" writes: > (Has anyone else noticed that statprof hasn't been working for a while > now? I get a "Numerical overflow" from `statprof-display' no matter > what arguments I pass to `statprof-reset'.) I haven't noticed this, no. Normally this would mean that we're dividing by zero, perhaps no counts were taken or something. (Perhaps we should pull statprof into guile itself.) Let me know if you get around to fixing this before I do. Andy -- http://wingolog.org/