From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: Broken VALIDATE_REAL in master Date: Tue, 01 Mar 2011 14:17:02 -0500 Message-ID: <87ipw2slap.fsf@netris.org> References: <9A670C53-DF3D-4430-BA5E-7F458C10FE07@bluewin.ch> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1299007999 512 80.91.229.12 (1 Mar 2011 19:33:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2011 19:33:19 +0000 (UTC) Cc: guile-devel@gnu.org To: Daniel Llorens Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 01 20:33:13 2011 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.69) (envelope-from ) id 1PuVJo-0006KN-Hh for guile-devel@m.gmane.org; Tue, 01 Mar 2011 20:33:12 +0100 Original-Received: from localhost ([127.0.0.1]:42164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuVJn-0007w7-Ux for guile-devel@m.gmane.org; Tue, 01 Mar 2011 14:33:12 -0500 Original-Received: from [140.186.70.92] (port=56551 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuV4Q-0000iB-2j for guile-devel@gnu.org; Tue, 01 Mar 2011 14:17:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuV4N-0003gk-Uo for guile-devel@gnu.org; Tue, 01 Mar 2011 14:17:17 -0500 Original-Received: from world.peace.net ([216.204.32.208]:51706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuV4N-0003gF-Ri for guile-devel@gnu.org; Tue, 01 Mar 2011 14:17:15 -0500 Original-Received: from ip68-9-118-38.ri.ri.cox.net ([68.9.118.38] helo=freedomincluded) by world.peace.net with esmtpa (Exim 4.69) (envelope-from ) id 1PuV4H-0004zp-VH; Tue, 01 Mar 2011 14:17:10 -0500 Original-Received: from mhw by freedomincluded with local (Exim 4.69) (envelope-from ) id 1PuV4A-0006xq-VC; Tue, 01 Mar 2011 14:17:02 -0500 In-Reply-To: <9A670C53-DF3D-4430-BA5E-7F458C10FE07@bluewin.ch> (Daniel Llorens's message of "Tue, 1 Mar 2011 09:52:08 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 216.204.32.208 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:11742 Archived-At: Daniel Llorens writes: > Such things as > > #f64(+inf.0) > > fail. > > Attached a fix. Your fix looks good to me. Barring objections from the maintainers, I will soon apply a variant of your patch. Thanks! Mark