solve_inconsistent_error is confusing



"Robert Dodier" <robert.dodier at gmail.com>:
> On 8/8/08, Harald Geyer <harald at lefant.net> wrote:
> >  Is there any reason to kill solve_inconsistent_error now, or should
> >  I just commit the following patch, which marks it as deprecated?
> 
> Blechh. Let's just get rid of it.

Ok, I finally got around to do this and test it again:

The testsuite and the share testsuite both don't report any
additional errors (GCL, clisp) with the patch so I think it is fine.

I did modify the following files (ie everything except the
translations of the manual):

src/lmdcls.lisp
src/solve.lisp
share/builtins-list.txt
share/contrib/lsquares.mac
contrib/Zeilberger/compatible.mac
contrib/diffequations/lazysolver.lisp
contrib/diffequations/odelin.lisp
contrib/ezunits/ezunits.mac
contrib/sarag/sarag_initialization.mac
physics/dimension.mac
doc/info/Equations.texi

The full diff is at http://rerun.lefant.net/~harald/maxima/remove_sie.diff
in case anybody wants to review it.

If I don't hear otherwise I'll commit it in a few days.

Harald