Ticket #12642 (closed defect: fixed)
magma_free interface is broken
| Reported by: | was | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.0 |
| Component: | interfaces | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | William Stein |
| Authors: | Nils Bruin | Merged in: | sage-5.0.beta8 |
| Dependencies: | Stopgaps: |
Description
Just like #10499, http://magma.maths.usyd.edu.au/calc/ is broken again from sage:
sage: magma_free('2+3')
Traceback (most recent call last):
...
IndexError: list index out of range
Attachments
Change History
comment:1 follow-up: ↓ 2 Changed 15 months ago by nbruin
- Status changed from new to needs_review
That was interesting to see! As coded, it seemed a bit fragile. The replacement code should be less likely to throw errors. It will likely return junk when the site changes again, though.
comment:2 in reply to: ↑ 1 Changed 15 months ago by was
- Status changed from needs_review to positive_review
Replying to nbruin:
That was interesting to see! As coded, it seemed a bit fragile. The replacement code should be less likely to throw errors. It will likely return junk when the site changes again, though.
Of course. I noticed that there is an "interesting" typo in the code "resluts", i.e., "re - sluts". I've posted a referee patch that fixes that typo.
Changed 15 months ago by was
-
attachment
trac_12642-referee.patch
added
apply this after the other patch
