an empty list with 76 elements



On 2012-03-29, Barton Willis <willisb at unk.edu> wrote:

> Maxima compiled with Clozure CL handles this example OK:
>
> (%i3) fourier_elim( [a[1]>1], [a[1]] );
>
> (%o3) [1 < a[1]]
> (%i4) build_info();
>
> (%o4) ?%build_info("5.26.0","2012-03-06 05:48:14","i686-pc-mingw32","Clozure Common Lisp","Version 1.7-r14925M  (WindowsX8664)")

OK, looks like this bug was fixed recently. See commit 8455fc98.
I don't get that error in a recent build from git.

best,

Robert Dodier