On 07/15/2018 10:08 PM, Bill Page wrote:
On Sun, Jul 15, 2018 at 6:37 PM, Bill Page <bill.p...@newsynthesis.org> wrote:
....
I don't think there is anything wrong with your lisp or with your
compiled version of FriCAS.
Your right; although I did try that and clisp showed the same.  gcl failed to compile but I just let that go.


Here is a patch for the UNTRACE-2 problem:

--

diff --git a/src/interp/slam.boot b/src/interp/slam.boot
index 3787ae0d..26208d5b 100644
--- a/src/interp/slam.boot
+++ b/src/interp/slam.boot
@@ -288,7 +288,7 @@ mkCacheVec(op,nam,kind,resetCode,countCode) ==
  clearCache x ==
    get(x,'localModemap,$e) or get(x,'mapBody,$e) =>
      for [map,:sub] in $mapSubNameAlist repeat
-      map=x => _/UNTRACE_-2(sub,NIL)
+      map=x => untrace2(sub,[])
      $e:= putHist(x,'localModemap,nil,$e)
      $e:= putHist(x,'mapBody,nil,$e)
      $e:= putHist(x,'localVars,nil,$e)

--
Thanks!

You did not say specifically what you did to cause the error message
(maybe something like ')clear completely' or something like that?) so
I could not verify the fix.  But at least it no longer issues that
message.
I'll let you know; the occurance was really hit or miss depending on what I had in the tracing and subroutine process.  You can presume I entered most anything including )trace )reset which is apparently wrong.  I really thought I read that in some documentation, but I now do )trace name )off .   Of course, then I had other problems which I mentioned in another email. Probably the same program area as above.

....
Ray

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to