#7118: remove quaddouble from sage
---------------------------+------------------------------------------------
Reporter: was | Owner: tbd
Type: enhancement | Status: needs_review
Priority: blocker | Milestone: sage-4.1.2
Component: build | Keywords:
Work_issues: | Author:
Reviewer: | Merged:
---------------------------+------------------------------------------------
Comment(by mvngu):
Applied patches in this order to Sage 4.1.2.rc0:
1. `trac_7118.patch`
1. `trac_7118-part2.patch`
Doctesting resulted in the following failure:
{{{
sage -t -long "devel/sage-main/sage/structure/sage_object.pyx"
**********************************************************************
File "/scratch/mvngu/release/sage-4.1.2.rc0/devel/sage-
main/sage/structure/sage_object.pyx", line 931:
sage: sage.structure.sage_object.unpickle_all(std)
Expected:
doctest...
Successfully unpickled 571 objects.
Failed to unpickle 0 objects.
Got:
doctest:1: DeprecationWarning: Your word object is saved in an old
file format since FiniteWord_over_OrderedAlphabet is deprecated and will
be deleted in a future version of Sage (you can use FiniteWord_list
instead). You can re-save your word by typing "word.save(filename)" to
ensure that it will load in future versions of Sage.
doctest:1: DeprecationWarning: Your word object is saved in an old
file format since AbstractWord is deprecated and will be deleted in a
future version of Sage (you can use FiniteWord_list instead). You can re-
save your word by typing "word.save(filename)" to ensure that it will load
in future versions of Sage.
doctest:1: DeprecationWarning: Your word object is saved in an old
file format since Word_over_Alphabet is deprecated and will be deleted in
a future version of Sage (you can use FiniteWord_list instead). You can
re-save your word by typing "word.save(filename)" to ensure that it will
load in future versions of Sage.
doctest:1: DeprecationWarning: Your word object is saved in an old
file format since Word_over_OrderedAlphabet is deprecated and will be
deleted in a future version of Sage (you can use FiniteWord_list instead).
You can re-save your word by typing "word.save(filename)" to ensure that
it will load in future versions of Sage.
doctest:1: DeprecationWarning: ChristoffelWord_Lower is deprecated,
use LowerChristoffelWord instead
doctest:1172: DeprecationWarning: RQDF is deprecated; use
RealField(212) instead.
Successfully unpickled 572 objects.
Failed to unpickle 0 objects.
**********************************************************************
1 items had failures:
1 of 7 in __main__.example_21
***Test Failed*** 1 failures.
For whitespace errors, see the file
/home/mvngu/.sage//tmp/.doctest_sage_object.py
[6.0 s]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7118#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---