On Tue, 2004-06-29 at 14:39, Andreas Eder wrote:
> I reduced the number of warnings from about 150 to below 40 and
> eliminated all references to undefined variables and substantially
> reduced the number of undefined functions. make check does not show
> any unexpected errors, so I hope I haven't introduced any new bugs.
> All in all I changed 48 files. I send them as an attached tar file
> (compressed) since it is easier to see what I did that way than too
> send the diffs (and besides the file is not even 400K). I hope you
> don't mind.
Dear Andreas,
I have spent quite a bit of time going through your changes. You have
done an impressive amount of work. I hope we will be able to implement
your fixes in Maxima 5.9.2.
I am testing using SBCL, since it tends to be the pickiest of all the
available lisp implementations. Unfortunately, I have run into one
seemingly serious problem:
You have removed Maxima's private "if" macro. I think this is an
excellent idea. However, SBCL catches 25 instances of "if" that use the
private maxima syntax. The resulting binary fails early in the test
suite. Am I missing something?
--Jim