oldk1331 wrote:
> 
> Still, this is a bug that should be fixed.
> 
> A minimal example to reproduce this bug would be:
> 
>     2^(1/2)/x/(%i)^(1/2)
> 
> This bug happens during type resolution between
> Fraction(Polynomial(AlgebraicNumber)) and
> Expression(Complex(Integer))
> 
> I'll try to fix this bug.

We get infinite recursion where each step separately
is resonable.  AFAICS proper fix will require substantial
effort (significant changes to typechecker) and it will
take long time.  For now we can try lessen the impact
by limiting depth of recursion.  I will try to find
resonable limit.

-- 
                              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 [email protected].
To post to this group, send email to [email protected].
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