#3447: sage -t foo gives wrong path to the file foo in the output
-------------------------------------------------+--------------------------
Reporter: was | Owner: failure
Type: defect | Status:
positive_review
Priority: major | Milestone: sage-4.8
Component: doctest | Keywords:
Work_issues: | Upstream: N/A
Reviewer: Maarten Derickx, Michael Orlitzky | Author:
Merged: | Dependencies:
-------------------------------------------------+--------------------------
Changes (by jhpalmieri):
* status: needs_review => positive_review
* reviewer: => Maarten Derickx, Michael Orlitzky
Old description:
> {{{
> D-69-91-136-212:modular was$ sage -t dims.py
> sage -t devel/sage-main/sage/modular/dims.py
> **********************************************************************
> File "/Users/was/s/tmp/dims.py", line 1564:
> sage: sturm_bound(Gamma1(13),5)
> }}}
>
> Notice the *tmp* above.
>
> This is not trivial to fix. We need to change this:
> {{{
> D-69-91-136-212:modular was$ sage -t dims.py
> sage -t devel/sage-main/sage/modular/dims.py
> **********************************************************************
> File ".../devel/sage-main/sage/modular/dims.py", line 1564:
> sage: sturm_bound(Gamma1(13),5)
> }}}
New description:
{{{
D-69-91-136-212:modular was$ sage -t dims.py
sage -t devel/sage-main/sage/modular/dims.py
**********************************************************************
File "/Users/was/s/tmp/dims.py", line 1564:
sage: sturm_bound(Gamma1(13),5)
}}}
Notice the *tmp* above.
This is not trivial to fix. We need to change this:
{{{
D-69-91-136-212:modular was$ sage -t dims.py
sage -t devel/sage-main/sage/modular/dims.py
**********************************************************************
File ".../devel/sage-main/sage/modular/dims.py", line 1564:
sage: sturm_bound(Gamma1(13),5)
}}}
-----
To the release manager: please close this as already fixed.
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3447#comment:4>
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.