load("simp.lisp") ---> errors



On 8/3/12 9:14 PM, Barton Willis wrote:
> I've tried load("simp.lisp") using both Maxima 5.26 + GCL and a fairly up to date Maxima built using CCL. After loading
> simp.lisp, the testsuite gives plenty of errors--rtest5 gives an error break, for example.
> 
> Sometimes it's convenient to make a small  change to a file, load it, and run the testsuite. For simp.lisp, it's not so easy :(

Neat.  Looks like an error in the mapc at line 167.  Change "simperf" to
"simp-erf".  Don't know why the mapc is there, though.  Maybe the lambda
form should check to see if the 'operators property is already set and
do nothing?  Didn't investigate that, though.

Ray