>>>>> "Vadim" == Vadim V Zhytnikov <vvzhy at mail.ru> writes:
Vadim> Raymond Toy writes:
>> FWIW, here is a patch that makes the operators case-insensitive. If
>> you try this patch, be sure to recompile everything since the change
>> is to a macro. (We should probably update the dependencies so that
>> when this file is changed, other files get recompiled.)
>>
Vadim> Please, commit the patch. It will save Maxima now and in the
Ok.
Vadim> future from some nasty bugs. As for dependencies, I just wonder
Vadim> how many similar dependencies we have in Maxima codebase.
I'm pretty sure there are many such problems. But for this particular
one, we have to make utilities module (which includes mformt.lisp)
depend on utility-macros (which includes mforma.lisp). This might be
a bit much, but that's the granularity for defsystem and the
maxima.system definition.
I'll check in that dependency too. Especially because I wasted some
time doing a many compiles and tests and wondering why my changes
seemed to have no affect.
Ray