#17461: Remove (various) deprecated code from #14014 #11360 #13646 #14499 #15551
#13283 #11927 #12806 #10900
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  ncohen                 |       Status:  needs_work
           Type:         |    Milestone:  sage-pending
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:  misc   |    Reviewers:
       Keywords:         |  Work issues:
        Authors:         |       Commit:
  Nathann Cohen          |  c366e853fceb456d57f42d93551aeba1a74bfd9c
Report Upstream:  N/A    |     Stopgaps:
         Branch:         |
  u/ncohen/17461         |
   Dependencies:         |
-------------------------+-------------------------------------------------
Changes (by vdelecroix):

 * status:  needs_review => needs_work


Comment:

 Hello,

 It is not that simple to get rid of deprecated classes:
 {{{
 sage -t --long structure/sage_object.pyx
 **********************************************************************
 File "structure/sage_object.pyx", line 1417, in
 sage.structure.sage_object.unpickle_all
 Failed example:
     sage.structure.sage_object.unpickle_all()  # (4s on sage.math, 2011)

 File "structure/sage_object.pyx", line 1425, in
 sage.structure.sage_object.unpickle_all
 Failed example:
     sage.structure.sage_object.unpickle_all()
 }}}
 Either you feel like implementing a work around (i.e. fake classes like in
 `sage.combinat.permutation.py` (see the very end of the file) or you
 launch a vote on sage-devel to empty the pickle jar of these classes.

 Vincent

--
Ticket URL: <http://trac.sagemath.org/ticket/17461#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to