#11316: Weighted degree term orders added
--------------------------------+-------------------------------------------
   Reporter:  klee              |          Owner:  AlexGhitza 
       Type:  enhancement       |         Status:  needs_work 
   Priority:  minor             |      Milestone:  sage-4.7   
  Component:  basic arithmetic  |       Keywords:             
Work_issues:                    |       Upstream:  N/A        
   Reviewer:                    |         Author:  Kwankyu Lee
     Merged:                    |   Dependencies:             
--------------------------------+-------------------------------------------
Changes (by malb):

  * status:  needs_review => needs_work


Comment:

 Replying to [comment:5 klee]:
 > I am not familiar with pickling. As I understand it, the patch modified
 the data
 > structure of TermOrder objects in such an incompatible way that the old
 pickled
 > TermOrder objects stored in the "pickle jar" of Sage is no longer
 properly
 > unpickled. So it is not a bug of the patch but an incompatible change in
 the data
 > structure that cause the unpickling failures. Please confirm this.

 Your technical description seems right. However, in Sage's convention it
 is considered a bug if the pickle jar breaks.

 > I don't know what to do with this. A quick way to fix this is just to
 update the
 > "pickle jar" of Sage

 This is not what is supposed to happen. The point of the pickle jar is to
 ensure old objects can be unpickled.

 >, and, perhaps, this is up to the release manager, and perhaps a
 consensus in sage-
 > devel is required. My reference is
 >
 > http://trac.sagemath.org/sage_trac/ticket/10768
 >
 > I change the status of this ticket to "needs review" to get attention.
 Is "needs info" the right status?

 '''needs info''' or '''needs work''' are both fine as far as I understand
 it.

 You can start debugging it by calling
 {{{
 
sage.structure.sage_object.unpickle_all("YOUR_SAGE_ROOT/data/extcode/pickle_jar/pickle_jar.tar.bz2")
 }}}

 I'll also try to take a look soon-ish.

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