On Saturday, 9 July 2016 01:50:46 UTC-6, Volker Braun wrote: > > > http://doc.sagemath.org/html/en/reference/structure/sage/structure/sage_object.html#sage.structure.sage_object.register_unpickle_override >
https://trac.sagemath.org/ticket/21065 makes it clear what old paths had to be fixed https://trac.sagemath.org/ticket/21066 adds fixes necessary for this particular case Do we have any general framework for dealing with such cases? It seems that calls to unpickle_override are scattered throughout the library, wouldn't it make more sense to gather them all in a single module just for this purpose? In the case of things moved around (which I imagine is the most frequent case), the error message may even suggest the replacement. Or perhaps show the command that will try to find a replacement since it may be time consuming to find the moved function or class. -- You received this message because you are subscribed to the Google Groups "sage-support" 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 https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
