Ticket #6826 (closed defect: fixed)
[with patch, positive review] magma_free interface is broken
| Reported by: | ncalexan | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.1.2 |
| Component: | interfaces | Keywords: | magma free internet interface |
| Cc: | was | Work issues: | |
| Report Upstream: | Reviewers: | Mike Hansen, Robert Bradshaw | |
| Authors: | Nick Alexander | Merged in: | Sage 4.1.2.alpha4 |
| Dependencies: | Stopgaps: |
Description
The magma free interface has changed slightly. The attached patch updates the interface.
Attachments
Change History
comment:1 follow-up: ↓ 2 Changed 4 years ago by mhansen
It looks like it is still "input" rather than "commands" when looking at the source for http://magma.maths.usyd.edu.au/calc/.
comment:2 in reply to: ↑ 1 Changed 4 years ago by ncalexan
Replying to mhansen:
It looks like it is still "input" rather than "commands" when looking at the source for http://magma.maths.usyd.edu.au/calc/.
Yep, it did to me too. All I know is that it didn't work before the patch, and it now works with the patch. That's the important part -- is that the same for you?
comment:3 Changed 4 years ago by mhansen
It works both before and after for me. Maybe the test input that I'm using is too simple.
comment:4 Changed 4 years ago by robertwb
- Summary changed from [with patch, needs review] magma_free interface is broken to [with patch, positive review] magma_free interface is broken
It's id="input" name="commands".
It still works for me too, but this should probably be fixed for consistencies sake.

