#7514: rewrite load and attach
---------------------------+------------------------------------------------
Reporter: was | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.3.1
Component: misc | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer: Mitesh Patel
Merged: |
---------------------------+------------------------------------------------
Changes (by mpatel):
* status: needs_work => needs_review
* reviewer: => Mitesh Patel
Comment:
The latest patches should fix the doctests and the `attached_files`
problem mentioned above. I changed `attach t` to `attach(t)`, since the
doctesting framework appears to use a Python interpreter, i.e., ''not''
IPython, to run the examples. I also weakened [somewhat] the tests for
`preparser.modified_attached_files`. Is there an IPython doctesting mode?
I'm not sure about the Cython file reload problem. Should we set
`use_cache=True` when loading .pyx files explicitly?
On globals: I see that a Cython file `foo.pyx` is compiled to a module
and loaded via `from foo import *`.
Can someone else please help to review this ticket?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7514#comment:11>
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.