#5596: [with patch, needs work] refactor coercion to catch fewer exceptions
----------------------+-----------------------------------------------------
Reporter: robertwb | Owner: robertwb
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: coercion | Keywords:
----------------------+-----------------------------------------------------
Comment(by GeorgSWeber):
Against 3.4.1.alpha0, the situation gets even worse:
{{{
applying ../../../patches/5596-coerce-exceptions.patch
patching file sage/rings/infinity.py
Hunk #1 FAILED at 87
Hunk #2 FAILED at 100
2 out of 2 hunks FAILED -- saving rejects to file
sage/rings/infinity.py.rej
abort: malformed patch a/sage/structure/parent_old.pyx @@ -602,39 +496,4
@@
}}}
The content of infinity.py.rej is essentially that now there are
"ValueErrors" instead of "TypeErrors" to be exchanged.
I don't know where the "malformed-ness" already noticed by Minh comes
from, but it hits me also from the command line (using the hg from
Sage-3.4.1.alpha0).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5596#comment:3>
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
-~----------~----~----~----~------~----~------~--~---