#13429 closed defect (fixed)
eval_line in giac interface
Reported by: | frederichan | Owned by: | was |
---|---|---|---|
Priority: | trivial | Milestone: | sage-5.13 |
Component: | interfaces | Keywords: | giac, interface |
Cc: | Merged in: | sage-5.13.beta3 | |
Authors: | Frederic Han | Reviewers: | Volker Braun |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
eval_line in the giac interface might miss the argument restart_if_needed.
The error can be seen when converting with big matrices to giac.
So I add also a doc test to see it.
NB: The other interfaces like gp,gap,axiom,maple,mathematica got the corresponding change between 4.8 and 5.0
Attachments (1)
Change History (8)
Changed 10 years ago by
Attachment: | giaceval_line.patch added |
---|
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Status: | new → needs_review |
---|
comment:3 Changed 9 years ago by
Milestone: | sage-5.11 → sage-5.12 |
---|
comment:4 Changed 9 years ago by
Reviewers: | → Volker Braun |
---|---|
Status: | needs_review → positive_review |
lgtm
comment:6 Changed 9 years ago by
Merged in: | → sage-5.13.beta3 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
The small change indeed fixes the conversion error.