#7377: Symbolic Ring to Maxima via EclObject
-----------------------------------------------------------------------+----
   Reporter:  nbruin                                                   |       
Owner:  nbruin      
       Type:  enhancement                                              |      
Status:  needs_review
   Priority:  major                                                    |   
Milestone:  sage-feature
  Component:  symbolics                                                |    
Keywords:              
     Author:  Nils Bruin, Jean-Pierre Flori                            |    
Upstream:  N/A         
   Reviewer:  Jean-Pierre Flori, François Bissey, Karl-Dieter Crisman  |      
Merged:              
Work_issues:                                                           |  
-----------------------------------------------------------------------+----

Comment(by kcrisman):

 > Can anyone say what would still need to be done for positive review,
 other than passing all long doctests, which I can't check right now, and
 taking care of the things above which will lead to Sphinx errors?
 Sorry, and adding the loads/dumps tests, if they are possible.  Some
 should be, based on the discussion about pickling above and previous
 behavior working:
 {{{
 ----------------------------------------------------------------------
 | Sage Version 4.6.2, Release Date: 2011-02-25                       |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 sage: loads(dumps(Maxima))==Maxima
 True
 sage: a = maxima(5)
 sage: type(a)
 <class 'sage.interfaces.maxima.MaximaElement'>
 sage: loads(dumps(a))==a
 True
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7377#comment:117>
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.

Reply via email to