From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dr William Bland Newsgroups: gmane.lisp.guile.devel Subject: Bug in Guile Date: Tue, 11 Feb 2003 18:18:28 +0000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <20030211181828.A29605@ns.jfreebies.com> References: <87hebbonef.fsf@blarg.net> <20030211102013.A28633@ns.jfreebies.com> <87k7g6g5no.fsf@blarg.net> Reply-To: Dr William Bland NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044986749 5987 80.91.224.249 (11 Feb 2003 18:05:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Feb 2003 18:05:49 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18iemv-0001Y3-00 for ; Tue, 11 Feb 2003 19:05:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ienP-0002da-07 for guile-devel@m.gmane.org; Tue, 11 Feb 2003 13:06:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18iemu-0002Pe-00 for guile-devel@gnu.org; Tue, 11 Feb 2003 13:05:44 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18iemt-0002Ov-00 for guile-devel@gnu.org; Tue, 11 Feb 2003 13:05:43 -0500 Original-Received: from ns.jfreebies.com ([212.67.197.81]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18iei6-000104-00 for guile-devel@gnu.org; Tue, 11 Feb 2003 13:00:46 -0500 Original-Received: (from wjb@localhost) by ns.jfreebies.com (8.11.6/8.9.3) id h1BIISR29652 for guile-devel@gnu.org; Tue, 11 Feb 2003 18:18:28 GMT Original-To: guile-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <87k7g6g5no.fsf@blarg.net>; from offby1@blarg.net on Tue, Feb 11, 2003 at 08:10:03AM -0800 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:1910 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1910 I have found what appears to be a bug in Guile's reading of large integers. If I try the expression in the email included below in Guile 1.4, I get +#.#. This has also been tried on Guile 1.6.2 and that gives an error (see the email below). Best wishes, Bill. On Tue, Feb 11, 2003 at 08:10:03AM -0800, Eric Hanchrow wrote: > > You, sir, have found a bug. Please report it! > > Here's what I see with guile 1.6.2: > > guile> (sqrt 20740119327258723760276023509063017138455993606274883526731955113241109007354362374128996096291046353572306742110305456946824862203867115042369878729703475765112280167498189046437794602966168812419423365196979669431929588951126804648743029387833666031765734337165949634731375592471670294246180877815104812674626967450097045005117546657068700545263064105024888769118032059917845867653040419404003684559882509195398630922824050405379620513589699993980205694266973236095772153476388267418476533663512746243310317853861946430053072890502949319703765023792161144942611323629444409600173894963797156859916567288947565058003) > standard input:104:1: In expression (sqrt 2074011932725872376027602350906301713845599360627488352673195511324110900735436237412899609629104635357230674211030545694682486220386711504236987872970347576511228016749818904643779460296616881241942336519697966943192958895112680464874302938783366603176573433716594963473137559247167029424618087781510481267462696745009704500511754665706870054526306410502488876911803205991784586765304041940400368455988250919539863092282405040537962051358969999398020569426697323609577215347638826741847653366351274624 3310317853861946430053072890502949319703765023792161144942611323629444409600173894963797156859916567288947565058003): > standard input:104:1: Wrong number of arguments to # > ABORT: (wrong-number-of-args) > > Note that it's broken the big number into two pieces by inserting a > space. > -- Dr. William Bland. Computer Programmer, UK. www.abstractnonsense.com _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel