#4240: [with patch; needs work] magma -- increase doctest coverage of magma.py
(all exported methods)
-------------------------+--------------------------------------------------
Reporter: was | Owner: was
Type: enhancement | Status: assigned
Priority: major | Milestone: sage-3.1.3
Component: interfaces | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by was):
> not apply cleanly against 3.1.3 alpha
It's against 3.1.2.
Regarding the Groebner output, I think you didn't apply all the patches,
since you have
{{{
sage: magma.get_verbose("Groebner")
}}}
in your log above, but the input line should be
{{{
sage: magma.get_verbose("Groebner") # optional
}}}
In particular, you are doing
{{{
sage -t -long devel/sage-main/sage/interfaces/magma.py
}}}
which with the third patch above should essentially do almost nothing,
since
you forgot to put --optional.
Regarding
> we try to load a package, that can't be found. This does not go away
> just using triple dots in paths, instead some environment variable magic
> has to be used, but might explain the Groebner thing.
It is unrelated to Groebner. This will go away by putting in some ...'s.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4240#comment:7>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---