#9079: fix bug in singular polynomial interface
-----------------------------------+----------------------------------------
Reporter: was | Owner: malb
Type: defect | Status: new
Priority: critical | Milestone: sage-4.4.3
Component: commutative algebra | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------------+----------------------------------------
{{{
sage: PolynomialRing(QQ,'u_ba')._singular_init_()
...
RuntimeError: Singular error:
? error occurred in STDIN line 33: `if(defined(_b)>0){kill _b;};`
? last reserved name was `defined`
skipping text from `)`
}}}
This is because the function _singular_init_ incorrectly defines _vars.
The attached patch fixes this.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9079>
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.