#4000: [with patch, needs work] Implement QQ['x'] via Flint ZZ['x'] +
denominator
------------------------------+---------------------------------------------
Reporter: malb | Owner: somebody
Type: enhancement | Status: new
Priority: major | Milestone: sage-wishlist
Component: basic arithmetic | Keywords:
Reviewer: | Author: Martin Albrecht
Merged: |
------------------------------+---------------------------------------------
Comment(by spancratz):
Apart from a bad indentation in ``polynomial_quotient_ring_element``, for
which I didn't want to re-upload a patch, I am now down to the following
doctest failures:
{{{
sage -t
"devel/sage/sage/schemes/elliptic_curves/padic_lseries.py"
sage -t "devel/sage/sage/schemes/elliptic_curves/ell_generic.py"
sage -t "devel/sage/sage/schemes/elliptic_curves/padics.py"
sage -t
"devel/sage/sage/schemes/elliptic_curves/ell_curve_isogeny.py"
sage -t "devel/sage/sage/tests/book_stein_modform.py"
sage -t "devel/sage/sage/rings/qqbar.py"
sage -t
"devel/sage/sage/rings/number_field/number_field_element.pyx"
sage -t "devel/sage/sage/modular/modform/element.py"
sage -t "devel/sage/sage/modular/overconvergent/genus0.py"
sage -t "devel/sage/sage/modular/hecke/submodule.py"
sage -t "devel/sage/sage/structure/sage_object.pyx"
}}}
All but one of them are memory problems, either in ``mpq_canonicalize``
(called in the ``__getitem__`` method) or in ``fmpz_poly_mul`` called in
``celement_mul``. At the moment, I do not know how to resolve these.
Sebastian
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4000#comment:24>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---