Maxima 5.9.0.9beta2 available



On Mon, 2004-07-26 at 06:42, Billinghurst, David (CALCRTS) wrote:

> I have built a windows installer, but it doesn't pass the testsuite.
> The problem, from rtest15.mac, is "trigrat(sin(3*a)/sin(a+%pi/3));"
> which just hangs.  

AAAAAAAAAARGH!!!!!!!!

I see the problem now, too. Here's what "make check" gives:

--------------------------------------------------------------------------
|abacus3>make check
echo "Running test suite with gcl..."; \
/bin/sh ../maxima-local --lisp=gcl --batch-string="run_testsuite();" <
/dev/null
Running test suite with gcl...
Maxima 5.9.0.9beta2 http://maxima.sourceforge.net
Using Lisp Kyoto Common Lisp GCL 2.6.3 (aka GCL)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
This is a development version of Maxima. The function bug_report()
provides bug reporting information.
(%i1)                           RUN_TESTSUITE()

Running tests in rtest1.mac: 28/28 tests passed.
Running tests in rtest1a.mac: 23/23 tests passed.
Running tests in rtest2.mac: 47/47 tests passed.
Running tests in rtest4.mac: 82/82 tests passed.
Running tests in rtest5.mac: 51/51 tests passed.
Running tests in rtest6.mac: 4/4 tests passed.
Running tests in rtest6a.mac: 56/56 tests passed.
Running tests in rtest6b.mac: 16/16 tests passed.
Running tests in rtest7.mac: 41/41 tests passed.
Running tests in rtest9.mac: 77/77 tests passed.
Running tests in rtest9a.mac: 18/18 tests passed.
Running tests in rtest10.mac: 38/38 tests passed.
Running tests in rtest11.mac: 86/86 tests passed.
Running tests in rtest13.mac: 24/24 tests passed.
Running tests in rtest13s.mac: 16/16 tests passed.
Running tests in rtest14.mac: 64/64 tests passed.
Running tests in rtest15.mac:
real time       :      2.690 secs
run-gbc time    :      1.730 secs
child run time  :      0.000 secs
gbc time        :      0.490 secs
|abacus3>
--------------------------------------------------------------------------

I didn't notice that the output cut out at rtest15.mac. I really, really
wish run_testsuite() would have complained. We'll see about that.

Here's what I know so far:

1) It doesn't exactly hang. It's waiting for input. Type a ; followed by
return and the program will continue.

2) The problem goes away if I remove the new sys-proclaim build code.

--Jim