#10285: al
----------------------+-----------------------------------------------------
   Reporter:  Snark   |       Owner:  GeorgSWeber
       Type:  defect  |      Status:  needs_info 
   Priority:  major   |   Milestone:             
  Component:  build   |    Keywords:  ARM        
     Author:          |    Upstream:  N/A        
   Reviewer:          |      Merged:             
Work_issues:          |  
----------------------+-----------------------------------------------------

Comment(by fbissey):

 I'd say the "DeprecationWarning" are expected by the test.
 {{{
 Expected:
     x...
     Successfully unpickled ... objects.
     Failed to unpickle 0 objects.
 }}}
 I think the dots means that you can match anything between before the dots
 and after the dots. Here is the results of that test on a machine where it
 passes:
 {{{
 sage: print "x"; sage.structure.sage_object.unpickle_all()
 x
 /home/francois/Work/sandbox/sage-4.6.2.alpha4/local/bin/sage-ipython:1:
 DeprecationWarning: Your word object is saved in an old file format since
 FiniteWord_over_OrderedAlphabet is deprecated and will be deleted in a
 future version of Sage (you can use FiniteWord_list instead). You can re-
 save your word by typing "word.save(filename)" to ensure that it will load
 in future versions of Sage.
   #!/usr/bin/env python
 /home/francois/Work/sandbox/sage-4.6.2.alpha4/local/bin/sage-ipython:1:
 DeprecationWarning: Your word object is saved in an old file format since
 AbstractWord is deprecated and will be deleted in a future version of Sage
 (you can use FiniteWord_list instead). You can re-save your word by typing
 "word.save(filename)" to ensure that it will load in future versions of
 Sage.
   #!/usr/bin/env python
 /home/francois/Work/sandbox/sage-4.6.2.alpha4/local/bin/sage-ipython:1:
 DeprecationWarning: Your word object is saved in an old file format since
 Word_over_Alphabet is deprecated and will be deleted in a future version
 of Sage (you can use FiniteWord_list instead). You can re-save your word
 by typing "word.save(filename)" to ensure that it will load in future
 versions of Sage.
   #!/usr/bin/env python
 /home/francois/Work/sandbox/sage-4.6.2.alpha4/local/bin/sage-ipython:1:
 DeprecationWarning: Your word object is saved in an old file format since
 Word_over_OrderedAlphabet is deprecated and will be deleted in a future
 version of Sage (you can use FiniteWord_list instead). You can re-save
 your word by typing "word.save(filename)" to ensure that it will load in
 future versions of Sage.
   #!/usr/bin/env python
 /home/francois/Work/sandbox/sage-4.6.2.alpha4/local/bin/sage-ipython:1:
 DeprecationWarning: ChristoffelWord_Lower is deprecated, use
 LowerChristoffelWord instead
   #!/usr/bin/env python
 Successfully unpickled 586 objects.
 Failed to unpickle 0 objects.
 }}}
 S the only worrying thing is the failure to unpickle.

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