nearing 5.14.0 release



I guess this error can then be safely ignored.

I've uploaded a Slackware binary package for 5.14.0.


Viktor
 

-----Original Message-----
From: Yasuaki Honda [mailto:yhonda at mac.com] 
Sent: Saturday, December 22, 2007 9:13 PM
To: Robert Dodier
Cc: Viktor T. Toth; Maxima List Mailing
Subject: Re: [Maxima] nearing 5.14.0 release

Dear all,

In my environment of CMUCL 19D on Mac OS X 10.5.1 on PPC,
test seems OK, as shown below.
In addition to the following log, as I reported in different email,  
entire
src testsuite passes for CMUCL 19D on the same machine.

Maxima 5.13.99rc2 http://maxima.sourceforge.net
Using Lisp CMU Common Lisp Stage 3 20071108T014921 (19D)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) is (errcatch (rat (x^(2^128))) = []);
(%o1)                                false

I think releasing 5.14.0 now is a good decision.

Yasuaki Honda, Chiba, Japan

On 2007/12/23, at 9:58, Robert Dodier wrote:

> On 12/22/07, Viktor T. Toth <vttoth at vttoth.com> wrote:
>
>>                  128
>>                 2
>> is(errcatch(rat(x    )) = [])
>>
>> Result:
>> true
>
>> The same test is successful using GCL, CLISP, and SBCL,
>> the failure occurs only with CMUCL.
>
> Well, the test is question is to test whether rat handles a bignum
> exponent correctly. I guess for CMUCL, it doesn't.
> The test was added recently, so it seems likely the bug was present
> in earlier versions of Maxima + CMUCL but it wasn't triggered in the
> test suite. Can you try rat(x^(2^128)) in an older version?
>
> At this point I'm inclined to ignore this failure, since it is an old
> bug which, after recently patching PCOEFADD, only affects one Lisp  
> flavor.
> I'd rather not delay the release any more. There will be another
> release in 4 months. There are hundreds of known bugs; this one
> has greater visibility since it appears in the test suite, but
> it is not any more serious than others.
>
> best
>
> Robert
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima