#3004: bug in coercion edge case -- probably easy to fix
------------------------------+---------------------------------------------
Reporter: was | Owner: somebody
Type: defect | Status: closed
Priority: major | Milestone: sage-3.2
Component: basic arithmetic | Resolution: fixed
Keywords: |
------------------------------+---------------------------------------------
Changes (by mabshoff):
* status: new => closed
* resolution: => fixed
* milestone: sage-3.2.1 => sage-3.2
Comment:
This has been fixed by the new coercion system:
{{{
[EMAIL PROTECTED]:/scratch/mabshoff/release-cycle/sage-3.2.alpha2$ ./sage
----------------------------------------------------------------------
| Sage Version 3.2.alpha1, Release Date: 2008-10-26 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: PolynomialRing(ZZ, 'x').gen()*Mod(1,15)
x
sage: PolynomialRing(ZZ, 1, 'x').gen()*Mod(1,15)
x
sage:
}}}
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3004#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---