#3938: [with patch, with positive review] coercion framework converts built-in
types to Sage types when it should not
----------------------+-----------------------------------------------------
Reporter: cwitty | Owner: robertwb
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: coercion | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by mabshoff):
One fix:
{{{
TypeError: no cannonical coercion from Real Field with 53 bits of
precision to Real Field with 100 bits of precision
}}}
needs to become
{{{
TypeError: no canonical coercion from Real Field with 53 bits of
precision to Real Field with 100 bits of precision
}}}
I am fixing that in the patch I am applying.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3938#comment:17>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---