Yes, make 'updateCategoryTable' a no-op and the problem goes away.

As for the system directory issue:

(3) -> )boot get_database('Integer, 'OBJECT)

(EVAL-WHEN (:EXECUTE :LOAD-TOPLEVEL)
  (PROG () (RETURN (|get_database| '|Integer| 'OBJECT))))
Value = "C:/msys64/home/oldk1331/build/target/x86_64-w64-mingw32/algebra/INT.fasl"
(3) -> )boot pathnameDirectory get_database('Integer, 'OBJECT)

(EVAL-WHEN (:EXECUTE :LOAD-TOPLEVEL)
(PROG () (RETURN (|pathnameDirectory| (|get_database| '|Integer| 'OBJECT)))))
Value = "/msys64/home/oldk1331/build/target/x86_64-w64-mingw32/algebra/"
(3) -> )boot isSystemDirectory pathnameDirectory get_database('Integer, 'OBJECT)

(EVAL-WHEN (:EXECUTE :LOAD-TOPLEVEL)
  (PROG ()
    (RETURN
     (|isSystemDirectory|
      (|pathnameDirectory| (|get_database| '|Integer| 'OBJECT))))))
Value = NIL


I'll look into where this originates and how to fix it.

- Qian

On 5/13/24 19:05, Waldek Hebisch wrote:
On Mon, May 13, 2024 at 06:32:10PM +0800, Qian Yun wrote:
I modified i-coerce.boot, then in FRICASsys,
   )read i-coerce
   )lisp (defun GLESSEQP (X Y) (BREAK))
   series(sin x)

The above has no problem in Linux, but fails under
windows, backtrace is in attachment.

AFAICS there is something wrong on Windows with detection of
system directories.  "Integer" is system domain and
'updateCategoryTable' should not be called for it.

On Linux, when I force call to 'updateCategoryTable' I get
the same failure as on Windows.

In principle extra 'updateCategoryTable' should cause no trouble,
ATM I do not know why it triggers failue in the test.


--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/c0f97af1-d2ac-4bb1-8f7a-2488db50c0d0%40gmail.com.

Reply via email to