#11575: Update PolyBoRi to release 0.8.0
-------------------------------+--------------------------------------------
Reporter: AlexanderDreyer | Owner: AlexanderDreyer
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-4.7.2
Component: packages | Keywords:
Work_issues: | Upstream: None of the above - read trac
for reasoning.
Reviewer: Martin Albrecht | Author: Alexander Dreyer
Merged: | Dependencies: #11574
-------------------------------+--------------------------------------------
Changes (by AlexanderDreyer):
* cc: SimonKing (added)
Comment:
As discussed with Simon King, I uploaded another patch which does the
following:
{{{
1505c1505
< + return (<BooleSet>x)._ring._element_constructor(x)
---
> + return (<BooleSet>x)._ring(x)
1521c1521
< + return
(<BooleanPolynomialRing>ring)._element_constructor(x)
---
> + return (<BooleanPolynomialRing>ring)(x)
2868c2868
< + return (<BooleSet>arg)._ring._element_constructor(arg)
---
> + return (<BooleSet>arg)._ring(arg)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11575#comment:93>
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.