#13057: introspection is slow and causes a significant memory leak
--------------------------------------------+-------------------------------
Reporter: bober | Owner: mvngu
Type: defect | Status: needs_review
Priority: critical | Milestone: sage-5.1
Component: documentation | Resolution:
Keywords: regression introspection | Work issues:
Report Upstream: N/A | Reviewers:
Authors: John Palmieri | Merged in:
Dependencies: | Stopgaps:
--------------------------------------------+-------------------------------
Comment (by jhpalmieri):
Before applying the patch, executing
`sage.algebras.group_algebra_new.GroupAlgebra.one_basis?` (or the same but
with `??`) in the notebook displays something which looks like a link, but
is broken, at least for me running Chrome or Firefox on OS X 10.7. The
link is of the form
{{{
localhost:8000/FULL_PATH_TO_REFERENCE_MANUAL/sage/categories/algebras_with_basis.html#sage.categories.algebras_with_basis.AlgebrasWithBasis.ParentMethods.one_basis
}}}
It should probably be of the form
{{{
localhost:8000/doc/static/reference/sage/categories/...
}}}
That is, the desired behavior is currently broken.
After applying the patch, there is no link at all.
So I would propose that we use this fix for now, since it speeds things
up, prevents a memory leak, and doesn't disable anything which currently
works. Then later when you have time, we can work on tracking down the
memory leak, reinstating intersphinx in the notebook, and fixing the links
so that they actually work. (Just fixing the link is, I think, currently
unacceptable given the slowdown and the memory leak issues.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13057#comment:27>
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.