#10903: Update Singular to 3-1-3-3.
---------------------------------------------+------------------------------
Reporter: malb | Owner: tbd
Type: defect | Status: needs_review
Priority: critical | Milestone: sage-4.7.2
Component: packages | Keywords: singular
SageDays34 sd34
Work_issues: | Upstream: N/A
Reviewer: Martin Albrecht, Volker Braun | Author: Burcin Erocal,
Martin Albrecht, Volker Braun, Simon King
Merged: | Dependencies: #11339
---------------------------------------------+------------------------------
Comment(by vbraun):
The bug is that `x._is_constant` is a lazy attribute in a Cython class,
and I only tested for Python classes. I've patched this issue and will
upload the fix as soon as doctests finish (and this time I'm deleting
doc/output so the whole documentation will be rebuilt).
The docbuilder currently documents deprecated functions and I think thats
a good idea; Say, somebody suddenly gets a deprecation warning and then
looks into the developer guide.
Of course `x._is_constant` is always excluded from the documentation
because of the underscore, before and after deprecation. This lack of
documentation is precisely the reason why I renamed it to `x.is_constant`
and deprecated the underscore method...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10903#comment:69>
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.