#5294: Pickle Jar documentation
------------------------------------------------------+---------------------
       Reporter:  hivert                              |         Owner:  
andrew.mathas
           Type:  defect                              |        Status:  
needs_work   
       Priority:  major                               |     Milestone:  
sage-5.6     
      Component:  documentation                       |    Resolution:          
     
       Keywords:  picklejar, documentation, beginner  |   Work issues:          
     
Report Upstream:  N/A                                 |     Reviewers:  Julian 
Rueth 
        Authors:  Andrew Mathas                       |     Merged in:          
     
   Dependencies:                                      |      Stopgaps:          
     
------------------------------------------------------+---------------------

Comment (by andrew.mathas):

 I'm confused because the first test
 {{{
 sage -t -force_lib devel/sage/doc/en/developer/conventions.rst
 }}}
 passes on sage 5.5. So I compiled 5.6.beta2 (beta3 has not been released
 yet) and it works there too. Nonetheless, even though I can't replicate
 the error I agree that there is a problem here so I've fixed it, but I
 can't check that it's fixed.

 With the second test,
 {{{
 sage -t --long -force_lib devel/sage/sage/structure/sage_object.pyx
 }}}
 I get a timeout error rather than a SIGBART. It's caused by a call to
 {{{
 sage: unpickle_all() # long time
 }}}
 This test works but it would take longer than the ''#long time'' tests are
 supposed to take so I have replaced this with
 {{{
 sage: unpickle_all()  # todo: not tested
 }}}

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