#5927: [with patch; positive review] singular prompt problem on solaris sparc
---------------------+------------------------------------------------------
Reporter: was | Owner: mhansen
Type: defect | Status: assigned
Priority: blocker | Milestone: sage-4.0
Component: porting | Keywords:
---------------------+------------------------------------------------------
Comment(by mabshoff):
Hmm, I am not so sure the patch does fix every problem:
Without the patch:
{{{
----------------------------------------------------------------------
| Sage Version 4.0.rc0, Release Date: 2009-05-21 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: singular.eval("intvec G = 4,4,4,0,0,0;")
''
}}}
With the patch applied:
{{{
mabsh...@sage:/scratch/mabshoff/sage-4.0.rc1$ ./sage
----------------------------------------------------------------------
| Sage Version 4.0.rc0, Release Date: 2009-05-21 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: singular.eval("intvec G = 4,4,4,0,0,0;")
'intvec G = 4,4,4,0,0,0;'
sage:
}}}
If you look at the attached patch here it seems that we sometimes get the
echo of the command and some times not. It might be consistent, i.e. the
doctests pass on all platforms (I hope), but something still seems fishy.
I am not saying we shouldn't apply the patch since it fixes a much more
severe bug, I just think that there is more to the story. Anyway, doctests
do pass, so I will open a followup ticket and merge this patch.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5927#comment:6>
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
-~----------~----~----~----~------~----~------~--~---