#13211: Upgrade GAP to 4.5.5
--------------------------------------------------------------+-------------
Reporter: kini | Owner:
tbd
Type: enhancement | Status:
needs_review
Priority: major | Milestone:
sage-5.3
Component: packages | Resolution:
Keywords: | Work issues:
Report Upstream: Fixed upstream, in a later stable release. | Reviewers:
Authors: Volker Braun | Merged in:
Dependencies: | Stopgaps:
--------------------------------------------------------------+-------------
Comment (by vbraun):
I could reproduce this in repeated testing on Linux. You actually need to
scroll up a bit higher:
{{{
sage: gap.interrupt(timeout=1) is not None
True
sage: gap._eval_using_file_cutoff = cutoff
The following tests against a bug fixed at trac ticket #10296:
sage: a = gap(3)
}}}
and it dies in the first `gap(3)`. Because our `interrupt()` method is
crap, it sends the wrong quit string and GAP/readline interferes with
Ctrl-C.
The updated patch fixes this. I still find a ~1% chance of failing
`sage.interfaces.gap` doctests in random places, but thats probably on par
for any pexpect interface.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13211#comment:26>
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.