#7882: Macaulay2 interface breaks on examples
--------------------------+-------------------------------------------------
Reporter: novoselt | Owner: was
Type: defect | Status: new
Priority: major | Milestone:
Component: interfaces | Keywords:
Work_issues: | Author: Andrey Novoseltsev
Upstream: N/A | Reviewer:
Merged: |
--------------------------+-------------------------------------------------
Present version of Macaulay2 interface breaks on
{{{
macaulay2("help matrix")
}}}
although
{{{
macaulay2.help("matrix")
}}}
does work fine.
The problem is that pexpect detects input prompts inside of examples. The
patch changes the input prompt to get matches only in the beginning of
lines.
The interface still breaks if you try to print input prompts at the
beginning of the line, but that is probably a rare situation...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7882>
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.