#5580: preparsing error in recursive load of .sage files
--------------------+-------------------------------------------------------
Reporter: was | Owner: cwitty
Type: defect | Status: closed
Priority: major | Milestone: sage-4.3.2
Component: misc | Resolution: fixed
Keywords: | Author:
Upstream: N/A | Reviewer:
Merged: | Work_issues:
--------------------+-------------------------------------------------------
Changes (by mvngu):
* status: new => closed
* resolution: => fixed
* work_issues: Fixed by #7514 =>
Comment:
Close as fixed:
{{{
[mv...@mod sage-4.3.2.alpha1-sage.math]$ ./sage
----------------------------------------------------------------------
| Sage Version 4.3.2.alpha1, Release Date: 2010-01-31 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
**********************************************************************
* *
* Warning: this is a prerelease version, and it may be unstable. *
* *
**********************************************************************
sage: load foo.sage
sage: type(foo())
<type 'sage.rings.rational.Rational'>
sage: load bar.sage
sage: type(foo())
<type 'sage.rings.rational.Rational'>
sage: !more foo.sage
def foo():
return (-1)**(-1)
sage: !more bar.sage
load foo.sage
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5580#comment:2>
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.