On Fri, May 10, 2024 at 09:32:37PM +0800, Qian Yun wrote:
> The recent commit "Simplify and fix ordering predicate"
> causes regression on windows only, strange.
> 
> The failed test is in series3.input:
> 
> testcase "crashes coercing power series (#122, #136)"
> a := series(sin(x))
> testTrue("(a*1.0; true)")
> testTrue("(1.0*a; true)")
> 
> 
> Interpreter can't find proper signature.

Strange indeed.  Looks that interpreter is buggy and result
depend on order (it should not).  Order of entries in database
changed due to change to ordering predicate.  And it is possible
that ordering on Windows is different than ordering on Linux.

-- 
                              Waldek Hebisch

-- 
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/Zj5DZlbYSB3Z-d-x%40fricas.org.

Reply via email to