#6362: [with spkg, needs review] Singular and GCC 4.4
------------------------+---------------------------------------------------
Reporter: aginiewicz | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.1
Component: algebra | Keywords:
Reviewer: | Author:
Merged: |
------------------------+---------------------------------------------------
Comment(by aginiewicz):
I guess the change looks like it wasn't intended, they massively changed
Print("%s", ...) (without space after %s) and Print(...) into PrintS(...),
printing variable names without spaces or any other means of separation
between them doesn't seem like something anyone wants...
also, what about:
{{{
S = singular.ring('real', '(xx,yy)', 'lp')
}}}
vs
{{{
R = singular.ring('real', '(x,xyy)', 'lp')
}}}
that looks same when variables are printed without separation?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6362#comment:26>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---